Commit Graph

574 Commits

Author SHA1 Message Date
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
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
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
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
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
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
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
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
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
Bob Roldan
b341811b58 DBZ-3961-specify-when-connectors-begin-to-collect-metadata 2021-09-15 22:48:38 +02:00
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
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
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
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
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