Commit Graph

1034 Commits

Author SHA1 Message Date
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
Jiri Pechanec
47f4f690e2 [release] Changelog for 1.8.0.Alpha2 2021-11-11 10:15:20 +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
uidoyen
d3731f1d7b DBZ-3897 Change display version case 2021-10-27 21:54:01 +05:30
Chris Cranford
7e275722e0 [release] Changelog for 1.8.0.Alpha1 2021-10-27 02:26:32 -04: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
Jiri Pechanec
1d74fbaa1a [release] Changelog for 1.7.0.Final 2021-10-01 11:26:26 +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