Commit Graph

2130 Commits

Author SHA1 Message Date
mfvitale
7ab02735bf DBZ-7616 Document database.query.timeout.ms property 2024-04-22 15:45:02 +02:00
Jochen Schalanda
03c9cd71a6 DBZ-7798 Fix documentation for header variable in filters 2024-04-22 14:14:33 +02:00
Robin Moffatt
51b2fc1094 [docs] Fix typo (CDD -> CDC) 2024-04-22 07:21:40 -04:00
Chris Cranford
083d340f3b DBZ-7762 Document Oracle/MySQL custom converters 2024-04-16 18:45:21 -04:00
Chris Cranford
9467d4ac7d [docs] Include new documentation section on mining strategies 2024-04-11 14:33:44 -04:00
Vojtech Juranek
a2eaddffcf DBZ-7764 Use cache thread pool as the default for async. engine 2024-04-11 07:46:01 +02:00
roldanbob
797f531a79 DBZ-6116 Rewrite to comply with style guidelines 2024-04-11 06:45:00 +02:00
rajdangwal
3a8421ba4a DBZ-7750: Set default for max.iteration.transactions to 500 2024-04-08 10:32:12 +02:00
roldanbob
66c1705c79 DBZ-7754 Removes database.names entry from connector yaml example 2024-04-05 15:25:07 -04:00
Vojtěch Juránek
936bc33b46 DBZ-7632 Apply suggestions from code review
Co-authored-by: roldanbob <broldan@redhat.com>
2024-04-04 13:25:29 +02:00
Vojtěch Juránek
a63d084f3b DBZ-7632 Apply suggestions from code review
Co-authored-by: roldanbob <broldan@redhat.com>
2024-04-04 13:25:29 +02:00
Vojtěch Juránek
f028db8a29 DBZ-7632 Apply suggestions from code review
Co-authored-by: roldanbob <broldan@redhat.com>
2024-04-04 13:25:29 +02:00
Vojtěch Juránek
b281b3bede DBZ-7632 Apply suggestions from code review
Co-authored-by: roldanbob <broldan@redhat.com>
2024-04-04 13:25:29 +02:00
Vojtěch Juránek
8a5dd40e9c DBZ-7632 Apply suggestions from code review
Co-authored-by: roldanbob <broldan@redhat.com>
2024-04-04 13:25:29 +02:00
Vojtech Juranek
9a630b3611 DBZ-7632 Add documentation for AsyncEmbeddedEngine 2024-04-04 13:25:29 +02:00
Vojtech Juranek
55617368b2 DBZ-7632 Improve existing embedded engine documentation 2024-04-04 13:25:29 +02:00
roldanbob
87bd64db94 [docs] Update downstream annotations to remove suggestion of support for DP feature
Update the downstream title annotation and add a new ModuleID annotation comment to remove use of the term `support` from the title and ID of the topic about using the connector with Oracle standby databases

(cherry picked from commit a92bca5004798e5939da4e90e9a45ca3177fd934)
2024-04-03 17:29:26 -04:00
Jiri Pechanec
b1ba79d8c6 [release] Changelog for 2.6.0.Final 2024-04-02 09:33:34 +02:00
roldanbob
d4dd236e02 [docs] Remove duplicate downstream message about use of connector with MariaDBwnstream TP
DBZ-7653 added duplicate notes to inform downstream users that use of the MySQL connector with MariaDB is a Tech Preview feature. 
This change removes the first instance of the note.
Backport to 2.5.
2024-04-01 13:57:16 -04:00
Amirmohammad Sadat Shokouhi
e947404670 DBZ-7720 Add documentation for Cassandra conncetor event.order.guarantee.mode property. 2024-03-30 18:05:35 -04:00
mfvitale
9cdaa38453 DBZ-7699 Document new snapshot modes for Informix connector 2024-03-28 09:35:26 +01:00
roldanbob
e2cdc226c6 DBZ-7359 Edit warning about data loss due to incompatible sorting rules 2024-03-28 09:16:31 +01:00
Fiore Mario Vitale
f4b3a20b98 DBZ-7497 Document configuration based snapshot mode
Co-authored-by: roldanbob <broldan@redhat.com>
2024-03-28 09:12:36 +01:00
Fiore Mario Vitale
bdacc2a9f2 DBZ-7497 Document configuration based snapshot mode
Co-authored-by: roldanbob <broldan@redhat.com>
2024-03-28 09:12:36 +01:00
mfvitale
8b6b12f450 DBZ-7497 Document configuration based snapshot mode 2024-03-28 09:12:36 +01:00
Jiri Pechanec
93458ccaf8 DBZ-7359 Move documentation to connector specific page 2024-03-26 11:10:53 +01:00
Ciaran O'Reilly
90b734c170 DBZ-7359 add warning documentation 2024-03-26 11:10:53 +01:00
Jiri Pechanec
08fa9c6bdb [release] Changelog for 2.6.0.CR1 2024-03-25 08:50:41 +01:00
mfvitale
60a0b1b5c3 DBZ-7308 tableLockingStatement from SnapshotLock interface now takes just one table in input 2024-03-25 05:46:46 +01:00
roldanbob
776851157f
[docs] Correct references to MongoDB
Use the official name to refer to the MongoDB product.
2024-03-21 13:34:58 -04:00
roldanbob
cef71ce0c9
[docs] Update description of notification timestamp field
Aligns reference to UNIX epoch with other instances in the documentation. Per style guidelines, write `UNIX` in all caps.
2024-03-21 13:20:16 -04:00
roldanbob
dfa37a729b DBZ-7653 Edits;adds xrefs to topic about enabling query log events 2024-03-21 08:38:06 +01:00
roldanbob
2b49da15b5 DBZ-7653 Add DP note about PG exactly-once delivery 2024-03-21 08:38:06 +01:00
roldanbob
b9af1c135c DBZ-7653 Set parallel snapshots to DP, use of connector w/ MariaDB to TP 2024-03-21 08:38:06 +01:00
roldanbob
67d1a7a267 DBZ-7653 Remove TP designation for MongoDB incremental snapshots 2024-03-21 08:38:06 +01:00
Fiore Mario Vitale
3363193fa3 DBZ-7304 Update MongoDb doc for snapshot modes alignment
Co-authored-by: roldanbob <broldan@redhat.com>
2024-03-21 08:31:48 +01:00
mfvitale
344c12d976 DBZ-7304 Update MongoDb doc for snapshot modes alignment 2024-03-21 08:31:48 +01:00
roldanbob
f3c43d1b7e DBZ-6573 Fix typo 2024-03-20 08:48:08 +01:00
roldanbob
908f4f6f32 DBZ-6573 Enhance description of errors.max.retries property 2024-03-20 08:48:08 +01:00
Chris Cranford
bad5a964c1 DBZ-6896 Enable XML tests for Oracle OpenLogReplicator
OpenLogReplicator 1.5 introduces XML support that works with Debezium. Removed all
skip annotations on such tests and updated documentation.
2024-03-19 18:45:58 -04:00
roldanbob
3c9813f47a DBZ-7647 Update property description with prequisite information 2024-03-19 13:42:36 +01:00
roldanbob
d3ca2d5f69 DBZ-7646 insert missing word 2024-03-19 13:42:36 +01:00
roldanbob
1fbf82f5e0 DBZ-7647 Adds capture.mode.full.update.type entry to config props table 2024-03-19 13:42:36 +01:00
Luca Scannapieco
0865bf5c3b [docs] rewording
Co-authored-by: roldanbob <broldan@redhat.com>
2024-03-14 22:10:10 -04:00
Luca Scannapieco
75efbbed8e [docs] rewording
Co-authored-by: roldanbob <broldan@redhat.com>
2024-03-14 22:10:10 -04:00
Luca Scannapieco
c3bbd68b76 [docs] Clearify incremental snapshot procedure for Oracle 2024-03-14 22:10:10 -04:00
Fiore Mario Vitale
9270ff70ad DBZ-7305 Update Db2 doc for snapshot modes alignment
Co-authored-by: roldanbob <broldan@redhat.com>
2024-03-14 06:51:51 +01:00
mfvitale
8ed7185cb2 DBZ-7305 Update Db2 doc for snapshot modes alignment 2024-03-14 06:51:51 +01:00
Luca Scannapieco
a5cb8b4596 Update oracle.adoc
[docs] fix typos
2024-03-13 13:05:48 -04:00
twthorn
7d2ec8f763 [docs] Vitess connector ts_ms is seconds level precision in milliseconds units 2024-03-13 08:54:50 -04:00
roldanbob
cd2c6c0f4e DBZ-7602 Apply further review suggestions 2024-03-13 08:44:47 -04:00
roldanbob
69b8f51275 DBZ-7602 Apply suggestions from code review
Co-authored-by: Chris Cranford <ccranfor@redhat.com>
2024-03-13 08:44:47 -04:00
roldanbob
e4399a1dfb DBZ-7602 Edits; add Nebel annotations to post-processors.adoc 2024-03-13 08:44:47 -04:00
roldanbob
02ce606e20 DBZ-7602 Adds productization annotations to TZ SMT doc; minor edits 2024-03-13 08:44:47 -04:00
Jiri Pechanec
9f154f08fc [release] Changelog for 2.6.0.Beta1 2024-03-06 08:39:06 +01:00
Lars M Johansson
8b4816df90 [docs] DBZ-7454 Append LSN to txID 2024-03-06 05:41:33 +01:00
mfvitale
dad83f9d55 DBZ-7303 Update doc for snapshot modes alignment 2024-03-04 15:13:39 +01:00
Chris Cranford
e4e946fdd2 DBZ-3401 Document new hybrid mining strategy 2024-03-03 00:46:23 -05:00
Chris Cranford
aca2464862 [docs] Fix post-processor example 2024-03-01 12:51:37 -05:00
Fiore Mario Vitale
2f35b82014 DBZ-7461 Update doc for snapshot modes alignment
Co-authored-by: roldanbob <broldan@redhat.com>
2024-03-01 15:12:43 +01:00
Fiore Mario Vitale
00bedfd94a DBZ-7461 Update doc for snapshot modes alignment
Co-authored-by: roldanbob <broldan@redhat.com>
2024-03-01 15:12:43 +01:00
Fiore Mario Vitale
ed25585009 DBZ-7461 Update doc for snapshot modes alignment
Co-authored-by: roldanbob <broldan@redhat.com>
2024-03-01 15:12:43 +01:00
Fiore Mario Vitale
ddc1c2fb56 DBZ-7461 Update doc for snapshot modes alignment 2024-03-01 15:12:43 +01:00
Fiore Mario Vitale
913addbe7b DBZ-7461 Update doc for snapshot modes alignment
Co-authored-by: roldanbob <broldan@redhat.com>
2024-03-01 15:12:43 +01:00
Fiore Mario Vitale
aa339a3125 DBZ-7461 Update doc for snapshot modes alignment
Co-authored-by: roldanbob <broldan@redhat.com>
2024-03-01 15:12:43 +01:00
Fiore Mario Vitale
05a9d42d51 DBZ-7461 Update PostgreSQL, Oracle and MySQL documentation about snapshot modes
Co-authored-by: Chris Cranford <ccranfor@redhat.com>
2024-03-01 15:12:43 +01:00
mfvitale
fc845ec86f DBZ-7461 Update PostgreSQL, Oracle and MySQL documentation about snapshot modes 2024-03-01 15:12:43 +01:00
mfvitale
034ceb9c0b DBZ-7461 Update PostgreSQL, Oracle and MySQL documentation about snapshot modes 2024-03-01 15:12:43 +01:00
akula
cd4c6958bd DBZ-7512 Support arbitrary payloads with outbox event router on
debezium server

1. Support for string and binary serialization formats on debezium api.
2. Allow configuring separate key and value formats on embedded engine.

This change fixes the following issue using outbox event router on
embedded engine:

Outbox event router supports arbitrary payload formats with
BinaryDataConverter as the value.converter which passes payload
transparently. However this is  currently not supported with the
embedded engine which handles message conversion using value.format to
specify the format.

In addition, when we want to pass payload transparently, it makes
sense to also pass aggregateid i.e. the event key transparently. The
default outbox table configuration specifies aggregateid as a
varchar which is also not supported by embedded engine.
2024-03-01 08:23:47 +01:00
Chris Cranford
66e23613ce DBZ-7072 Retry Oracle Flashback-based snapshot queries 2024-02-29 13:33:10 +01:00
roldanbob
e017062eb9 DBZ-7499 Fix deployment examples that expose attribute names vs values 2024-02-28 17:21:49 -05:00
Chris Cranford
c4cc05b816 DBZ-7565 Align PostgreSQL hstore.handling.mode default values 2024-02-28 09:26:16 -05:00
Vojtech Juranek
1459c25fb8 [docs] Fix typo in partition routing documentation 2024-02-27 15:47:57 -05:00
roldanbob
feed723e4f DBZ-7418 Converts remaining lists of callout descriptions to tables 2024-02-21 15:57:37 -05:00
roldanbob
f7855ddb80 DBZ-7418 Fix more callout descriptions in CloudEvents doc 2024-02-21 15:57:37 -05:00
Chris Cranford
9f1ee1421f DBZ-7521 Promote JDBC sink from Incubating 2024-02-20 09:44:31 -05:00
Mostafa Ghadimi
7884e44c64 [docs] List required files for Confluent Avro converter
DBZ-4885 📝 docs(avro): improve the grammar in the AVRO documentation
2024-02-20 06:44:01 +01:00
Chris Cranford
2af17ac69c DBZ-7365 Upgrade Oracle ojdbc8 from 21.6.0.0 to 21.11.0.0 2024-02-19 14:25:25 +01:00
Chris Cranford
aab87365d9 DBZ-6960 Include REDO SQL in Oracle source info block 2024-02-19 14:02:06 +01:00
Chris Cranford
f2f1ca633b DBZ-7107 Other documentation updates 2024-02-19 08:57:32 +01:00
Chris Cranford
f804f20b87 DBZ-7107 Update Cassandra documentation 2024-02-19 08:57:32 +01:00
Chris Cranford
2b0d7b0445 DBZ-7107 Update Informix documentation 2024-02-19 08:57:32 +01:00
Chris Cranford
054d5c0daa DBZ-7107 Update Db2 documentation 2024-02-19 08:57:32 +01:00
Chris Cranford
4dce2f5ddd DBZ-7107 Update Vitess documentation 2024-02-19 08:57:32 +01:00
Chris Cranford
11ae93b440 DBZ-7107 Update SQL Server documentation 2024-02-19 08:57:32 +01:00
Chris Cranford
1eca9b0b78 DBZ-7107 Update Spanner documentation 2024-02-19 08:57:32 +01:00
Chris Cranford
7ef077db4e DBZ-7107 Update PostgreSQL documentation 2024-02-19 08:57:32 +01:00
Chris Cranford
1c44495417 DBZ-7107 Update Oracle documentation 2024-02-19 08:57:32 +01:00
Chris Cranford
b0b440d0f7 DBZ-7107 Update MongoDB documentation 2024-02-19 08:57:32 +01:00
Chris Cranford
410310176d DBZ-7107 Update MySQL documentation 2024-02-19 08:57:32 +01:00
Chris Cranford
626e7bb240 DBZ-7487 Document enablement of MariaDB mode 2024-02-17 13:29:10 -05:00
nancyxu123
463eb22651 DBZ-7501 Remove incubating from Debezium documentation 2024-02-16 20:45:32 -05:00
roldanbob
e94deb924c DBZ-7418 Assign unique name to callout table
(cherry picked from commit e50b83034dcf2355247695748d158b41a21f3fdb)
2024-02-16 17:38:04 -05:00
roldanbob
ad472b7890 DBZ-7418 Converts 2.3 cloudevents callout list to table to fix rendering
(cherry picked from commit 13ee8b93df0284a8597e0fa50bf934cbd40c682e)
2024-02-16 17:38:04 -05:00
Enzo Cappa
7a6a6a521a DBZ-7368: Apply suggestions from code review
Co-authored-by: roldanbob <broldan@redhat.com>
2024-02-16 15:05:33 -05:00
Enzo Cappa
323f3fcc28 DBZ-7368: fix double space 2024-02-16 15:05:33 -05:00
Enzo Cappa
1c420ec092 DBZ-7368: example using apicurio registry
Add example using Apicurio Registry
2024-02-16 15:05:33 -05:00
Enzo Cappa
4ad4089b69 DBZ-7368: Apply suggestions from code review
Apply suggestions from code review

Co-authored-by: roldanbob <broldan@redhat.com>
2024-02-16 15:05:33 -05:00
Enzo Cappa
0b420b68b8 DBZ-7368 fix: a couple of fixes for consistency of the language used 2024-02-16 15:05:33 -05:00
Enzo Cappa
b50e6149ac DBZ-7368: add more documentation for converters in outbox router
Re-structure and add more documentation about setting up the converters in the Outbox Event Router SMT. My objective is make it clear how to properly use JSON and Avro regarding the value converters, the db column types, and the delegate converter configuration.

I'm also adding an extra example of how to setup a delegate converter in Avro format.

Needless to say, this is just a suggestion and is open to any comment or recommendation.

Jira [DBZ-7368](https://issues.redhat.com/browse/DBZ-7368)
2024-02-16 15:05:33 -05:00