Commit Graph

893 Commits

Author SHA1 Message Date
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
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
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