Commit Graph

1936 Commits

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