Commit Graph

1236 Commits

Author SHA1 Message Date
Chris Cranford
bd9621c845 DBZ-3552 Allow usage of payload custom types
For example, when defining a payload as a PostgreSQL JSONB sql type and
using JsonNode as the Java representation, a type handler must be given
to handle the conversion between the Java representation and the SQL.
While this can be done with an attribute converter, some may wish to
make use of existing Hibernate user-defined type implementations.
2021-12-13 18:08:28 +01:00
roldanbob
ca776acf57
[docs] Fix formatting error in message.key.columns
In the property table, fixed a formatting error in the description for message.key.columns
2021-12-09 12:33:28 -05:00
Gunnar Morling
b20e6aa096
[docs] Fixing outbox example listing 2021-12-09 11:32:22 +01:00
narcsfz
87fc1dc535 DBZ-4428 update Vitess source metadata example 2021-12-09 10:52:42 +01:00
Jiri Pechanec
632f228581 DBZ-3342 Incremnetal snapshot documentation 2021-12-09 10:03:41 +01:00
Tom Billiet
ec9f122e0a DBZ-4385 Truncate support for Oracle 2021-12-08 15:00:53 -05:00
Jiri Pechanec
4cd5b092e9 DBZ-4205 Address review comments 2021-12-08 15:48:49 +01:00
Gunnar Morling
72a8662bd3 DBZ-4205 Document fixes and other misc. adjustments 2021-12-08 15:48:49 +01:00
Jiri Pechanec
9901c43c8a DBZ-4205 Switch oplug to change streams is safe 2021-12-08 15:48:49 +01:00
Jiri Pechanec
f037b35954 DBZ-4205 Document change streams capture mode 2021-12-08 15:48:49 +01:00
Chris Cranford
b6377d565c DBZ-3635 Made option internal & undocumented 2021-12-07 14:48:03 +01:00
Chris Cranford
9f9758c6d3 DBZ-3635 Allow fetching of transaction logs to be retried. 2021-12-07 14:48:03 +01:00
Gunnar Morling
0189337ead DBZ-4389 Using xref 2021-12-07 11:51:55 +01:00
Shichao An
1722ac9c32 DBZ-4389: Update Vitess docs to add keepalive pings and transaction metadata 2021-12-07 11:46:48 +01:00
Chris Cranford
39f9b9de26 DBZ-4400 Documentation updates 2021-12-06 07:29:35 -05:00
Gunnar Morling
71eb089e4e [docs] Fixing broken listing 2021-11-30 14:59:35 +01:00
Gunnar Morling
8946c28da8 DBZ-2363 Docs fix 2021-11-30 12:00:09 +01:00
Jiri Pechanec
d121b3bf89 DBZ-4272 Document limiations 2021-11-30 09:28:44 +01:00
Chris Cranford
687b79787f DBZ-4127 Document incremental.snapshot.chunk.size 2021-11-30 09:06:43 +01:00
Chris Cranford
67ffc28307 DBZ-3786 Update outdated areas of tutorial 2021-11-29 20:51:38 -05:00
Chris Cranford
31cb35d65e [docs] Fix format typos in oracle.adoc 2021-11-29 20:15:26 -05:00
Tom Billiet
46b47a42b2 DBZ-1539 Add interval.handling.mode to oracle connector 2021-11-29 12:54:50 +01:00
Gunnar Morling
5067b30b5b [docs] Fixing rendering issue 2021-11-26 18:15:25 +01:00
Gunnar Morling
5866056a41 DBZ-2363 Using prefix as message key 2021-11-26 18:15:25 +01:00
Lairen Hightower
450998b49e DBZ-2363 Replace logicalDecodingMessageHandlingMode with a prefix filtering configuration 2021-11-26 14:29:15 +01:00
lairen
a0898ed440 DBZ-2363 Adding support for pg_logical_emit messages in Postgres connector for the pgoutput plugin 2021-11-26 14:29:15 +01:00
Daniel PETISME
3d24f2cca2
DBZ-4330 Expliciting SQL Server connector limitation for materialized views
Co-authored-by: Gunnar Morling <gunnar.morling@googlemail.com>
2021-11-25 07:41:50 +01:00
Gunnar Morling
cdc2996498 [docs] Typo fix 2021-11-24 12:04:54 +01:00
Gunnar Morling
797b991647 DBZ-4318 Using more concise xref link syntax;
Also improving features page a bit.
2021-11-22 10:54:24 +01:00
Gunnar Morling
43bd47d781
[docs] Misc. updates 2021-11-21 10:12:46 +01:00
Gunnar Morling
92671fa8c5
[docs] Updating incubation notes 2021-11-21 10:10:11 +01:00
Sungho Hwang
64a9c91abb DBZ-4318 Modified default type of aggregateid In outbox collection expected by MongoDB Outbox Event Router for both tests and documentation. 2021-11-21 09:16:58 +01:00
narcsfz
4e7508e484 DBZ-4324 Update doc for Vitess connector 2021-11-19 17:26:24 +01:00
Chris Cranford
2730187a4b DBZ-4012 Deprecate table.field.event.payload.id 2021-11-18 21:45:41 +01:00
Chris Cranford
ab86cd18a9 DBZ-4012 Suggested changes 2021-11-18 21:45:41 +01:00
Chris Cranford
0cab025627 DBZ-4012 Clarify differences between event.id and payload.id 2021-11-18 21:45:41 +01:00
Chris Cranford
970792bc40 DBZ-4012 Deprecate/Rename debezium namespace config options 2021-11-18 21:45:41 +01:00
Chris Cranford
f600efdffb DBZ-4169 Consolidate rollback and recently committed trx caches 2021-11-18 20:47:09 +01:00
Chris Cranford
e0065536f0 DBZ-4169 Suggested changes 2021-11-18 20:47:09 +01:00
Chris Cranford
c93d7c9a9a DBZ-4169 Document new Infinispan buffering modes 2021-11-18 20:47:09 +01:00
Yang
e8386bca8c
DBZ-4295 Documentation for the new config
Co-authored-by: Gunnar Morling <gunnar.morling@googlemail.com>
2021-11-18 20:22:14 +01:00
Gunnar Morling
f0efd789a5
[docs] Updating note on SQL Server on Azure 2021-11-18 09:24:27 +01:00
Kate
dab6fefce2 DBZ-4196 Document schema changes during incremental snapshot config 2021-11-18 08:41:49 +01:00
Gunnar Morling
ca95b424fb DBZ-3528 Misc. clean-up 2021-11-17 16:02:06 +01:00
Gunnar Morling
03433b663b DBZ-3528 Misc. fixes 2021-11-17 16:02:06 +01:00
Sungho Hwang
c9eb0f9157 DBZ-3528 Refactored several parts according to the feedbacks
A delegate class for common logic between two Outbox Event Routers has been created.
Documentation has been fixed.
The configuration properties for MongoDB Outbox Event Router have been changed to use existing Outbox Event Router's.
2021-11-17 16:02:06 +01:00
Sungho Hwang
2c279b07f6 DBZ-3528 Wrote MongoDB Outbox Event Router with documentation and its unit & integration tests 2021-11-17 16:02:06 +01:00
Gunnar Morling
f4fb1124f3
[docs] Updating supported Postgres versions 2021-11-17 12:09:23 +01:00
Gunnar Morling
9c41053fcb DBZ-1931 Hyper-linking some options in docs 2021-11-17 10:06:41 +01:00
Vojtech Juranek
5ed669dcd7 DBZ-1931 Document mapping and config option 2021-11-17 09:30:15 +01:00
Chris Cranford
1745203866 DBZ-4276 Clarify unavailable placeholder docs 2021-11-16 20:29:59 +01:00
Chris Cranford
ba525abe97 DBZ-4276 Use xref rather than link-prefix 2021-11-16 20:29:59 +01:00
Chris Cranford
ca17352221 DBZ-4276 Unify unavailable value placeholder handling
Deprecate the `toasted.value.placeholder` option in PostgreSQL in favor
of the new `unavailable.value.placeholder` option that is shared by all
relational connectors.
2021-11-16 20:29:59 +01:00
Chris Cranford
0fbfd88f6c DBZ-4276 Add unavailable.value.placeholder support for Oracle 2021-11-16 20:29:59 +01:00
Thiago Dantas
39ecc4e732 DBZ-4249 Creates the incremental.snapshot.option.recompile connector configuration for SQL Server
This includes OPTION(RECOMPILE) query option for every SELECT statement during the incremental snapshot process, which can help with parameter sniffing problems.
2021-11-12 11:56:06 +01:00
Biel Garau Estarellas
ee5f5ab797
[docs ] Fixing little errors 2021-11-11 16:44:59 +01:00
Chris Cranford
d77098c3f0 DBZ-3710 Emit SYSDATE as 1970-01-01T00:00:00Z for zone-based temporal values 2021-11-10 09:43:25 +01:00
Chris Cranford
5c2523cd73 DBZ-3710 Suggested changes 2021-11-10 09:43:25 +01:00
Chris Cranford
f0a53e0c76 DBZ-3710 Documentation updates 2021-11-10 09:43:25 +01:00
Chris Cranford
3fa9e73348 DBZ-3708 Add debezium.sink.redis.null.value configurable option 2021-11-10 09:41:34 +01:00
Jose Luis
57bb2bf603 [docs] Typo in oracle 'oradata' path 2021-11-09 09:05:47 -05:00
Alexander Schwartz
dd36fd10b1 DBZ-4254 fixing several anchors in documentation
Also changing listing format from Markdown to AsciiDoc style. All xrefs to files should have the .adoc extension (will be required by Antora v3)
2021-11-08 07:17:45 +01:00
Gunnar Morling
1226c3b2ab DBZ-4029 Misc. clean-up;
* Exposing heartbeatInterval() on CommonConnectorConfig
* Closing heartbeat connection
* Making test more resilient
* Correct member ordering and visibility
* Doc fixes
2021-11-05 13:27:09 +01:00
ahodavdekar
91b7ef2c36 DBZ-4029 Adding support for heartbeat action queries to MySQL connector 2021-11-05 13:27:09 +01:00
ahodavdekar
1d81b6db19 DBZ-4077 Exposing the transaction metadata topic name as a config option 2021-11-02 06:07:05 +01:00
Chris Cranford
1a304d2353 DBZ-4129 Document SQL Server max.iteration.transactions 2021-10-29 09:49:37 +02:00
Chris Cranford
1a8771d804 DBZ-3786 Update representation of initial snapshot event 2021-10-28 05:58:04 -04:00
Anisha Mohanty
9f7ede0e06 DBZ-3626 Renaming master branches to main 2021-10-28 09:33:32 +02:00
Sungho Hwang
4b8344ccc9 DBZ-4201 Fixed wrong field on change event message example in MongoDB Connector documentation 2021-10-26 13:28:39 +02:00
Bob Roldan
94c01bb2a9 DBZ-4199 Specify correct anchor ID in internal link 2021-10-26 11:27:41 +02:00
Guy Korland
7edc4d7de4 DBZ-4190 Add redis to the diagram 2021-10-22 08:06:22 +02:00
Chris Cranford
6b118d2155 DBZ-4036 Fix documentation formatting 2021-10-21 17:45:03 -04:00
Chris Cranford
d335a2031e DBZ-4036 Documentation edits 2021-10-21 17:45:03 -04:00
Chris Cranford
ca44f83212 DBZ-4036 Documentation edits 2021-10-21 17:45:00 -04:00
Chris Cranford
83034f7f0d DBZ-4036 Updated Oracle documentation
* Added new connector properties
* Added SCN gap detection section
2021-10-21 17:42:11 -04:00
Chris Cranford
2ffe39b8e0 DBZ-4142 Update chat links from Gitter to Zulip 2021-10-20 11:45:12 -04:00
Jiri Pechanec
a6ae15d0ca DBZ-4000 Add Oracle docs; remove internal names 2021-10-20 16:33:51 +02:00
Jiri Pechanec
1915534fc7 DBZ-4000 Add docs 2021-10-20 15:19:31 +02:00
Gunnar Morling
8c4b1bf99b DBZ-4157 Applying suggestions from code review
Co-authored-by: roldanbob <broldan@redhat.com>
2021-10-20 09:56:27 +02:00
Chris Cranford
e58b44cbcf DBZ-4157 Describe Oracle connector buffering solutions 2021-10-20 09:56:27 +02:00
Bob Roldan
f9db8ee80d DBZ-4153 Fix incorrect classname in SMT predicates doc 2021-10-18 12:59:03 -04:00
Juan Fiallo
51fb2db959 DBZ-3517 Making database.user optional for SQL Server.
SQL Server doesn't require username/password when using Kerberos authentication, which can be configured using pass-through database properties. Changing the database.user config to be optional for SQL Server Connector to reflect that.
2021-10-18 12:06:56 +02:00
Gunnar Morling
2905fa2c7a DBZ-3974 Typo fix 2021-10-15 15:45:57 +02:00
Bob Roldan
6c8831b039 DBZ-3974 Fix formatting in description 2021-10-15 15:45:57 +02:00
Bob Roldan
d32a287cab DBZ-3974 Fix formatting in datatype.propagate.source.type description 2021-10-15 15:45:57 +02:00
Bob Roldan
dab1887013 DBZ-3974 Add missing content to schema change doc + consistency edits 2021-10-15 15:45:57 +02:00
Sungho Hwang
767b271cb5
[docs] Typo fix 2021-10-14 16:57:26 +02:00
Sungho Hwang
7ee8c0b60a DBZ-4149 Misc. MongoDB connector docs fixes;
* A field _filter_ doesn't exist in create events, nor payload of the given change event value
* Ensuring consistency with MySQL connector documentation
* The MongoDB connector doesn't have 'before' field, but 'after' and 'patch' field for create events
2021-10-13 15:38:24 +02:00
Bob Roldan
649bd24b07 DBZ-3880 Add section to db setup about evaluating redo log size 2021-10-13 09:06:54 -04:00
Chris Cranford
5221b9f4d2 DBZ-3986 Document schema_only_recovery snapshot mode 2021-10-12 15:03:15 +02:00
Sungho Hwang
41bd2318b3 [docs] Fixing typos in documentation 2021-10-10 10:04:11 +02:00
cburch824
82faa3298b DBZ-4114 Add Quarkus json logging extension to Debezium Server 2021-10-06 21:55:38 +02:00
roldanbob
79fc8ab049
DBZ-3437 Incorrect documentation for message.key.columns;
* Update message.key.columns for all relational connectors
* Update format of variables for consistency
* Correct table name in example text
* Update FQ table name format for consistency

Co-authored-by: Gunnar Morling <gunnar.morling@googlemail.com>
2021-10-06 10:23:59 +02:00
Gunnar Morling
62715c4e1d DBZ-4033 Doc update 2021-10-05 10:54:01 +02:00
unalsurmeli
9a13d80074 DBZ-4033 A new hash version has been added so that it can be used to have the same hash value in different places;
In V2, the byte array only has the actual value, unlike the serialization based V1 implementation which exposed Java's internal serialization format.
2021-10-05 10:52:30 +02:00
Laurent Broudoux
8fbbe5887a DBZ-1297 Fix documentation 2021-10-01 22:29:53 +02:00
Laurent Broudoux
7b7a1f3064 DBZ-1297 Expand JSON escaped string as JSON 2021-10-01 22:29:53 +02:00
Yossi Shirizli
87d4645542
DBZ-4044 Documentation fix - Setting up Db2 - Step 10 2021-09-30 08:06:45 +02:00
Chris Cranford
5d05fadf04 DBZ-3712 Add poll interval configuration option 2021-09-29 11:52:27 -04:00
uidoyen
684da3802e DBZ-3960 Provide list of DBZ UI configurations 2021-09-29 13:34:15 +02:00
Jorn Argelo
7b693e29ad
[docs] Added Oracle to list of incremental snapshot connectors 2021-09-27 11:59:05 +02:00
Bob Roldan
62a7c94059 DBZ-3603 Specify No default for log.mining.buffer.location property 2021-09-22 17:16:55 +02:00
Bob Roldan
245b9efd3d DBZ-3603 Add example for snapshot.select.statement.overrides property 2021-09-22 17:16:55 +02:00
Kate
0099a50c53 DBZ-3948 Support kafka topic based signals 2021-09-22 13:08:45 +02:00
Chris Cranford
3e5ac9ef11 DBZ-4007 Remove unnecessary grants for Oracle LogMiner 2021-09-21 14:02:43 +02:00
roldanbob
89105de423
[docs] Fix typo
Correct misspelling
2021-09-17 16:49:38 -04:00
Gunnar Morling
1a2415abae
[docs] Minor fix 2021-09-16 16:07:11 +02:00
Gunnar Morling
f2e64c5d80
[docs] Minor fix 2021-09-16 16:00:47 +02:00
Gunnar Morling
c41111ba80
[docs] Minor fix 2021-09-16 15:59:01 +02:00
Bob Roldan
b341811b58 DBZ-3961-specify-when-connectors-begin-to-collect-metadata 2021-09-15 22:48:38 +02:00
Gunnar Morling
9941e9ec65
DBZ-3944 Updating image version in tutorial 2021-09-07 15:20:25 +02:00
uidoyen
53beb59a32 DBZ-3970 fix Openshift pods list image preview not found 2021-09-07 12:57:14 +05:30
Chris Cranford
093408bba8 DBZ-3954 Restrict capturing change events to configured PDB 2021-09-02 09:06:28 +02:00
Gunnar Morling
e8d54494f8
[docs] Typo fix 2021-08-30 18:58:59 +02:00
Anisha Mohanty
153e0920e1 DBZ-2525 Generifying exclusion of columns from snapshotting in all relational connectors;
* Using RelationalDatabaseSchema in RelationalSnapshotChangeEventSource for consistency.
* Adding test for table/column names which are keywords
2021-08-30 12:20:56 +02:00
indraraj
2598c50887 DBZ-3873 review suggestiins 2021-08-30 11:56:06 +02:00
indraraj
e48b1a0433 DBZ-3873 Fix server link and change connectors order in menu 2021-08-30 11:56:06 +02:00
Bob Roldan
691bf80cf4 DBZ-3613 Specify when snapshot metrics are available. 2021-08-30 10:03:20 +02:00
Chris Cranford
c1fa724145 DBZ-3776 Removed superfluous supplemental logging warning 2021-08-26 13:26:18 -04:00
Gunnar Morling
1919ed9281
DBZ-3873 Typo fix 2021-08-26 18:26:43 +02:00
Gunnar Morling
cae93bd857 DBZ-3873 Misc. adjustments 2021-08-26 18:24:56 +02:00
indraraj
6e1e78d365 DBZ-3873 Adding overview page to SMTs 2021-08-26 18:24:56 +02:00
Gunnar Morling
8f963fb1bf DBZ-3920 Misc. fixes 2021-08-26 09:42:49 +02:00
Bob Roldan
a8d84abfbf DBZ-3920 Define link targets for cross-references in the options table 2021-08-26 09:29:30 +02:00
Gunnar Morling
a6260fd338
DBZ-3584 Misc. doc fixes;
* Wording fixes
* Don't show ByteBuffer converter in downstream docs


Co-authored-by: Jiri Pechanec <jpechane@redhat.com>
2021-08-25 18:08:42 +02:00
roldanbob
5db43c853e
[docs] Fix malformed link
Removed duplicate colon that preceded link definition.
2021-08-24 18:23:09 -04:00
roldanbob
af83218f47
[docs] Typo: add missing closing bracket
Link in the procedure for performing an offline schema update failed to resolve because the link text was missing a closing square bracket.
2021-08-24 17:35:18 -04:00
Ismail Simsek
c5f1568b51 DBZ-3760 fix regexp identifying env vars 2021-08-23 13:26:41 +02:00
Mike Kamornikov
37a4523685 DBZ-2975: Use fully-qualified table and procedure names
Co-authored-by: Sergei Morozov <morozov@tut.by>
2021-08-23 12:01:11 +02:00
Sergei Morozov
b06b5aecbc DBZ-2975: Introduce opt-in configuration for multi-partition mode 2021-08-23 12:01:11 +02:00
uidoyen
ade15cd8f3 DBZ-3873 Fixing white space issue 2021-08-20 12:22:59 +02:00
uidoyen
cd77cb0bef Extract new top-level menu node for SMTs 2021-08-20 12:16:10 +05:30
Chris Cranford
946d5cc8be DBZ-3879 Use DockerKafkaConnect variable in Avro docs 2021-08-19 19:06:41 +02:00
Chris Cranford
7242284b1e DBZ-3813 Add rac.nodes port validation 2021-08-18 10:00:06 +02:00
Sergei Morozov
8252b19abc DBZ-3479: Rework handling timezones in SQL Server connector 2021-08-17 22:16:56 +02:00
roldanbob
32a0869142
[docs] fix typo 2021-08-17 12:59:19 -04:00
roldanbob
bacd0283f9
[docs] fix typo 2021-08-17 12:56:02 -04:00
Thiago Avancini
2791ea0e6b DBZ-3815 Use dash instead of underscore in project name 2021-08-17 09:34:35 +02:00
Thiago Avancini
a54174c70a DBZ-3815 Nats Streaming sink adapter for Debezium Server 2021-08-17 09:34:35 +02:00
Bob Roldan
fe5e70eb5d DBZ-3858 Fix typo 2021-08-16 15:03:30 +02:00
Bob Roldan
519f904276 DBZ-3858 Fix links in topic auto-create, CBR, outbox & connector docs 2021-08-16 15:03:30 +02:00
Jiri Pechanec
f173def3b2 DBZ-3833 Receive timezoned data in server timezone 2021-08-16 13:43:51 +02:00
Chris Cranford
2d066513dd DBZ-3836 Allow configurable execution timeout 2021-08-13 05:58:19 +02:00
Zoran Regvart
22d00575c8 DBZ-3867 Signaling table id column too small in example
The `id` column holds UUID in string form (36 characters) and can be appended with suffix `-open` or `-close` (a maximum of 6 characters); so 42 characters would be the minimal length of the `id` column.
2021-08-13 05:54:57 +02:00
Mark Drilling
814bf7bae9
DBZ-3169 Add docs for Debezium UI
Co-authored-by: Gunnar Morling <gunnar.morling@googlemail.com>
2021-08-12 11:53:17 +02:00
roldanbob
3e618023e1
[docs] Clean up issues detected in downstream build 2021-08-11 19:22:36 -04:00
Zoran Regvart
c0fb820d97 DBZ-3856 Typo with prodname asciidoc attribute usage 2021-08-11 23:53:18 +02:00
Jiri Pechanec
cb2ae990cf DBZ-3688 Document incremental snapshot metrics 2021-08-11 14:40:15 +02:00
roldanbob
a6b327d7e9
[docs] Fix typo in downstream metadata
Wrong case in ModuleID declaration
2021-08-10 21:39:02 -04:00
Chris Cranford
c594962d4a DBZ-3765 Restore documentation change after doc updates 2021-08-10 15:17:34 -04:00
Chris Cranford
92b413e9b2 DBZ-3407 Fix typo 2021-08-10 13:24:58 -04:00
Bob Roldan
7b6c864fec DBZ-3407 FQ column name must refer to pdbName.schemaName vs databaseName 2021-08-10 11:19:36 -04:00
Bob Roldan
6c53e7d176 DBZ-3407 Commit revised description of column.mask.hash.with.salt 2021-08-10 11:19:36 -04:00
Bob Roldan
f3a22326d4 DBZ-3407 Add metadata, style/usage edits to support doc productization
Apply suggestions from code review
2021-08-10 11:19:36 -04:00
pkgonan
5e0ffa28d2 DBZ-3765 Allow dot in database.server.name 2021-08-08 16:25:15 -04:00
roldanbob
b855cbb529 DBZ-3227 Apply suggestions from code review
Co-authored-by: Gunnar Morling <gunnar.morling@googlemail.com>
2021-08-06 15:26:02 +02:00
Bob Roldan
9fdd79da48 DBZ-3227 Add info about selectivly applying flattening and routing SMTs;
Also updating event-flattening and topic routing re: using predictates
2021-08-06 15:25:32 +02:00
Bob Roldan
841c084b18 DBZ-3227 Replace hard-coded version value in example 2021-08-06 15:25:32 +02:00
Bob Roldan
f1c489e382 DBZ-3227 Describe how to use predicates to selectively apply SMTs;
* Update filename; add to nav.
* Replace hard-coded link to connectors index file
* Unescape `*` in regex
* Update nav entry for case consistency
* Nav link, xref predicates topic from outbox, cbr, and filtering
2021-08-06 15:23:50 +02:00
Bob Roldan
580080ed67 DBZ-3802 FQ column name incorrectly refers to databaseName vs schemaName 2021-08-04 15:22:23 +02:00
Bob Roldan
dd1d4f5165 DBZ-3802 Describe column.mask.hash.with.salt property consistently 2021-08-04 15:22:23 +02:00
Bob Roldan
deda77675d DBZ-3649 fix typo in Java example 2021-08-03 12:27:18 +02:00
Bob Roldan
c4e917b7a4 DBZ-3649 Add self-referencing links to properties 2021-08-03 12:27:18 +02:00
Chris Cranford
fc52737f5c DBZ-3752 Update documentation 2021-07-30 06:12:10 +02:00
Chris Cranford
f9a892a33f DBZ-3752 Document buffer configuration options 2021-07-30 06:12:10 +02:00
Chris Cranford
393a44a55f DBZ-3692 Oracle incremental snapshot support 2021-07-29 13:51:42 +02:00
Kate
9b66ab374a DBZ-3577 Support read-only MySQL incremental snapshots 2021-07-29 07:10:46 +02:00
Jiri Pechanec
51affad619 DBZ-3655 Document status update property 2021-07-27 10:21:54 +02:00
roldanbob
59465009b9 DBZ-3772 Address comment re: ojdbc8.jar vs xstreams.jar
Correct error in upstream version that indicated that you use either the Oracle JDBC driver (`ojdbc8.jar`) or the XStream API (`xstreams.jar`) depending on the environment.
2021-07-22 14:15:41 -04:00
Bob Roldan
daa410836a DBZ-3772 Minor edits; updates to facilitate downstream testing 2021-07-22 14:15:41 -04:00
Bob Roldan
4db58d4bf4 DBZ-3772 Some further cleanup 2021-07-22 14:15:41 -04:00
Bob Roldan
4766a38521 DBZ-3772 Add downstream steps, refactor, and conditionalize content 2021-07-22 14:15:41 -04:00
roldanbob
6cd16cd847 DBZ-3140 fix incorrect value in property example
Co-authored-by: Chris Cranford <ccranfor@redhat.com>
2021-07-21 14:57:07 -04:00
Bob Roldan
7ed87dba9e DBZ-3140 Insert downstream note about new MySQL capturing implementation 2021-07-21 14:57:07 -04:00
Thiago Dantas
30d1235124 DBZ-3699 Improves signal documentation by being more explicit about required configurations
Documents SQL Server quirks

Provides an example for incremental snapshotting
2021-07-21 14:48:54 -04:00
Anisha Mohanty
73e19a6a7f DBZ-3681 Product tags for deprecated Monitored Tables option 2021-07-19 16:55:06 -04:00
Chris Cranford
6f9522068a DBZ-3756 Update metrics documentation 2021-07-16 11:07:48 -04:00
Chris Cranford
52e198e3b5 DBZ-3683 Relax restrictions on connector user 2021-07-16 16:28:31 +02:00
Chris Cranford
fbd2a94ef8 DBZ-3683 Clarify docs about Oracle user accounts 2021-07-16 16:28:31 +02:00
Gunnar Morling
ca528fc34c
DBZ-3747 Misc. doc fixes 2021-07-16 12:27:13 +02:00
roldanbob
f48b6f28d0
[docs] Fix spelling error
`trys` should be `tries`
2021-07-15 12:29:55 -04:00
Pavel Strashkin
5b757372d8
[docs] typo fix 2021-07-12 09:23:16 +02:00
Gunnar Morling
20a4d0b845
DBZ-3711 Docs clarification 2021-07-05 16:36:03 +02:00
Gunnar Morling
d33881236d DBZ-3671 Documentation update 2021-07-05 12:32:44 +02:00
Bingqin Zhou
57e28cd56a DBZ-3590 Update doc. 2021-07-03 10:43:13 +02:00
Bob Roldan
489f24bc68 DBZ-3430 Update links to point to new Service Registry Install guide 2021-07-02 11:37:45 -04:00
Gunnar Morling
1678b07dc5 DBZ-3590 Avoiding hard-coded Debezium version in docs 2021-07-02 14:49:51 +02:00
Chris Cranford
d804f41775 DBZ-3581 Remove deprecated log.mining.history.xxx features 2021-07-01 09:31:18 +02:00
Chris Cranford
09fa730d98 DBZ-3661 Introduce Oracle log.mining.archive.destination.name option 2021-06-29 09:25:57 +02:00
Teo Stocco
7b9ac90254
DBZ-3673 Update deprecated config for Debezium SMT
Co-authored-by: Gunnar Morling <gunnar.morling@googlemail.com>
2021-06-28 09:05:35 +02:00
Bob Roldan
b80eb543c4 DBZ-3459 Moving history properties to shared partial for MySQL, Db2, Oracle, and SQL Server connectors;
* Escape asterisks representing wildcards in property names.
* Update downstream ModuleID for main props topic, fix typos.
* Add anchor ID and link to required properties
* Change language to reflect that db history properties relate to both reading and writing the history
* Update documentation/modules/ROOT/partials/modules/all-connectors/ref-connector-configuration-database-history-properties.adoc

Co-authored-by: Gunnar Morling <gunnar.morling@googlemail.com>
2021-06-25 11:58:51 +02:00
Gunnar Morling
53ff7c5a0e
DBZ-3662 Doc fixes 2021-06-24 14:33:46 +02:00
Jiri Pechanec
79f590ab90 DBZ-3171 Update docs to use Apicurio 2 2021-06-24 00:07:02 -04:00
Chris Cranford
f2790ac421 DBZ-3651 Oracle LOB documentation updates
- Split LOB data types into separate table
- Mark LOB data types as incubating
2021-06-23 09:57:38 +02:00
Chris Cranford
054a590888 DBZ-3645 Document lob.enabled Oracle connector option 2021-06-23 09:55:29 +02:00
Bob Roldan
d288aaae28 [docs] resolve merge conflicts 2021-06-22 19:37:56 -04:00
Chris Cranford
821c5710f7 DBZ-3634 Documentation updates 2021-06-22 11:26:57 +02:00
JapuDCret
2b885fd1e9
[docs ]Fix typo in outbox.adoc 2021-06-14 17:20:25 +02:00
Chris Cranford
473eb2c02c DBZ-3561 Introduce archive log only mode for Oracle 2021-06-09 10:18:17 +02:00
Jiri Pechanec
e661d07381 DBZ-3601 Document Pulsar topic name mapper 2021-06-09 10:11:40 +02:00
Gunnar Morling
f1067ad000 DBZ-2834 Doc adjustment 2021-06-09 09:53:17 +02:00
Anisha Mohanty
f83ee3f8b9 DBZ-2834 Update documentaion 2021-06-09 09:47:12 +02:00
Eric Slep
8a659ff8ab DBZ-2790 Docs and one final test edge case 2021-06-08 12:10:26 +02:00
Bob Roldan
ee1991b1e2 DBZ-3569 Conditionalize content related to tracing as community only. 2021-06-07 11:22:20 +02:00
Bob Roldan
c0faa2f7ec DBZ-3569 Remove TP/incubating statements 2021-06-07 11:22:20 +02:00
Chris Cranford
e10b06c8b1 DBZ-3062 Documentation updates 2021-06-07 11:19:54 +02:00
Derek Moore
ed0b0693b8 DBZ-3546 fix typo & formatting in Pravega sink docs
Signed-off-by: Derek Moore <derek.moore@dell.com>
2021-06-04 06:50:17 +02:00
Derek Moore
814630232b DBZ-3546 Implement Pravega sink for Debezium Server
Signed-off-by: Derek Moore <derek.moore@dell.com>
2021-06-03 09:56:24 +02:00
Jiri Pechanec
91aa5a8fa6 [docs] Align deprecation message for MonitoredTables 2021-06-03 07:59:03 +02:00
Bob Roldan
d0c331617d DBZ-3582 Update downstream MySQL doc to refer to streaming metrics 2021-06-02 20:12:16 -04:00
roldanbob
f122378279
[docs] Rename second MonitoredTables entry
Corrected misnamed attribute in the sixth row of the table,  which incorrectly repeated the `MonitoredTable` name from the preceding row.
2021-06-02 14:27:22 -04:00
Gunnar Morling
ece44f4c7d DBZ-3557 Apply suggestions from code review 2021-06-02 15:58:23 +02:00
Chris Cranford
078b8f7270 DBZ-3557 Remove exclusive from SnapshotLockingMode, use shared as default 2021-06-02 15:58:23 +02:00
Chris Cranford
047c505bc1 DBZ-3557 Add snapshot.locking.mode option for Oracle 2021-06-02 15:58:23 +02:00
Gunnar Morling
e3b1d6f7f4 DBZ-3506 Formatting fix 2021-06-02 14:06:38 +02:00
Bingqin Zhou
934b77fc6b DBZ-3506 Update docs for schema evolution. 2021-06-02 14:06:38 +02:00
Chris Cranford
3149a95112 DBZ-3565 Undocument internal log.mininng.history.xxx options 2021-06-02 10:47:54 +02:00
Chris Cranford
68c2c40097 DBZ-3565 Rename Oracle LogMiner history retention hours option
* Moved option to `log.mining.` namespace rather than `database.`
* Updated the documentation and field description accordingly.
2021-06-02 10:47:54 +02:00
roldanbob
11821b4832
[docs] Move anchor ID, correct xref link
The inclusion of two consecutive anchor links breaks processing when files are fetched and split for downstream use. Testing downstream shows that rather than deleting the  second anchor ID `[[mongodb-tailing-the-oplog]]` that is associated with the heading *Streaming changes*, move it to follow the heading. 
Also inserted missing `debezium` string into the anchor ID in the downstream xref that links to `default-names-of-kafka-topics-that-receive-debezium-mongodb-change-event-records`
2021-06-01 18:07:23 -04:00
roldanbob
5c8dd0e907
[docs] Fix typo in link to streaming metrics capturedtables property
In the table of streaming metrics properties, append an underscore `_` in the link to the `connectors-strm-metric-capturedtables` property.
2021-06-01 16:37:11 -04:00
roldanbob
b013d90057
[docs] Fix type in link
In the table of snapshot properties, remove the extra underscore `_` in the link to the `connectors-snaps-metric-capturedtables` property.
2021-06-01 16:17:10 -04:00
Jiri Pechanec
afca2f6943 DBZ-3568 Column optionallity of signalling table 2021-06-01 08:52:25 +02:00
Jiri Pechanec
31e1e79ede DBZ-3572 Binlog metrics were renamed to streaming 2021-06-01 08:36:00 +02:00
Sergei Morozov
92e0488874 DBZ-3562: Allow hyphen in database.server.name 2021-05-27 11:03:30 +02:00
Bob Roldan
6fd22957c0 DBZ-3525 Fix link, standardize intro and prereqs in Deploying topics. 2021-05-26 16:50:05 -04:00
Jiri Pechanec
d8b77bbf9d DBZ-3466 Dcument impact of setting container hostname 2021-05-26 12:48:24 +02:00
roldanbob
315d731a0a
[docs] Remove incorrect downstream splitter comment
Removed comments added to the head of the file that incorrectly duplicate downstream file metadata from another file. The erroneous comments result in an incorrect file being generated when content from the repo is fetched downstream. 

This change has no effect on the content that is rendered upstream
2021-05-25 17:11:44 -04:00
roldanbob
34900c11ce
[docs] Fix internal cross-reference
Updates a cross-reference in the content that is conditionalized for the product build to target the correct downstream anchor ID. This change applies a change that was previously applied manually to the downstream documentation. There is no effect on the content that is rendered upstream.
2021-05-25 12:00:43 -04:00
Chris Cranford
30fd47179e DBZ-1145 Clarify MariaDB support in MySQL documentation 2021-05-20 21:24:40 +02:00
Gunnar Morling
dff403400f
DBZ-3529 Documenting "initial_only" snapshot mode 2021-05-20 11:56:20 +02:00
Chris Cranford
027066411e DBZ-2948 Documentation updates 2021-05-20 08:21:08 +02:00
Jiri Pechanec
5fbc181b5e DBZ-2337 All snapshots using exported mode 2021-05-18 21:44:08 +02:00
Olivier Jacquemart
c75c49098e [docs] fix typo in mongodb connector example
Hello,

First, thanks for making this project open source. It is such a great piece of software.
While I was playing with it and try to configure a mongodb connector, I noticed that the json example to configure a mongodb connector is not valid. There is an unnecessary comma at the end of the payload.

Here is a minor contribution that could help and could save some time for the future users.
2021-05-18 21:34:33 +02:00
Sergei Morozov
ec252a787d DBZ-3452: Deprecate source.timestamp.mode=processing 2021-05-18 20:57:25 +02:00
Chris Cranford
eeb598ae94 DBZ-2916 Update documentation 2021-05-18 14:58:20 +02:00
Chris Cranford
22e38f79ad DBZ-2916 Documentation updates 2021-05-18 14:58:20 +02:00
Chris Cranford
b13cbb1077 DBZ-2916 Add support for Oracle DDL statement parsing 2021-05-18 14:58:20 +02:00
Jiri Pechanec
9f66d3e5ff DBZ-3500 Fix typo 2021-05-18 14:08:23 +02:00
Jiri Pechanec
2a6f13d83b DBZ-3500 Specify table name format 2021-05-18 14:08:23 +02:00
Jiri Pechanec
8709013868 DBZ-3500 Add incubating note 2021-05-18 14:08:23 +02:00
Jiri Pechanec
9058e8b3ea DBZ-3500 Convert docs to partial 2021-05-18 14:08:23 +02:00
Jiri Pechanec
32fd1c4ccc DBZ-3500 Fix typo
Co-authored-by: Gunnar Morling <gunnar.morling@googlemail.com>
2021-05-18 14:08:23 +02:00
Jiri Pechanec
f50d9f9484 DBZ-3500 Apply suggestions from code review
Co-authored-by: Gunnar Morling <gunnar.morling@googlemail.com>
2021-05-18 14:08:23 +02:00
Jiri Pechanec
17f00de04d DBZ-3500 Document incremental and ad-hoc snapshot for Postgres 2021-05-18 14:08:23 +02:00
Gunnar Morling
e95b22c7a3 DBZ-3082 Misc. fixes 2021-05-18 10:53:56 +02:00
Jiri Pechanec
8639692d08 DBZ-3082 Document Flight Recoder 2021-05-18 10:53:56 +02:00
Gunnar Morling
22a38a99ee
DBZ-3082 Doc fix 2021-05-18 10:18:20 +02:00
Gunnar Morling
fe1f71fe30 DBZ-2334 Misc. fixes 2021-05-17 10:54:07 +02:00
Bob Roldan
ccbd8d2a92 DBZ-2334 Add comments to modularize content; minor content tweaks 2021-05-17 10:54:07 +02:00
Mike
ee06b964da DBZ-3521 Minimal supplemental logging required.
This update in in response to https://issues.redhat.com/browse/DBZ-3521
2021-05-14 09:25:03 -04:00