Commit Graph

2104 Commits

Author SHA1 Message Date
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
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
roldanbob
d5aac7a042 DBZ-7418 Removes duplicate callout annotation from example 2024-02-15 17:01:19 -05:00
roldanbob
d7805829be DBZ-7418 Correct formatting errors 2024-02-14 17:53:13 -05:00
roldanbob
42be2e71ca DBZ-7418 Repeated callouts after log4j.properties example 2024-02-14 17:53:13 -05:00
roldanbob
d376446824 DBZ-7418 Updates title of callout table to designate update event type 2024-02-13 15:46:40 -05:00
roldanbob
e47a4d8cfb DBZ-7418 Fix typo 2024-02-13 15:46:40 -05:00
roldanbob
852fb4bda2 DBZ-7418 Adjust formatting to fix callout descriptions table rendering 2024-02-13 15:46:40 -05:00
roldanbob
77fba3068f DBZ-7418 Remove references that imply downstream support for CloudEvents 2024-02-13 15:46:40 -05:00
roldanbob
093bb3f999 DBZ-7418 Adds Db2, Informix, & Oracle to list of supported connectors 2024-02-13 15:46:40 -05:00
roldanbob
2b3be8aab9 DBZ-7418 Fix formatting to subordinate callout table to example block 2024-02-13 15:46:40 -05:00
roldanbob
e8bcc96e84 DBZ-7418 Remove original obsolete callout list 2024-02-13 15:46:40 -05:00
roldanbob
94599281c3 DBZ-7418 Converts format of example callouts to a table 2024-02-13 15:46:40 -05:00
roldanbob
d38bf765eb DBZ-7418 Convert callouts for CloudEvents example to table format 2024-02-13 15:46:40 -05:00
roldanbob
7498ffe197 DBZ-7418 Reformats .connect-log4j.properties callout list as table 2024-02-13 15:46:40 -05:00
roldanbob
4063695afc DBZ-7418 Reformats PG inventory-connector callout legend as table 2024-02-13 15:46:40 -05:00
roldanbob
6c5b02b0bd DBZ-7418 Reformat callouts for pg_hba.conf example as table 2024-02-13 15:46:40 -05:00
roldanbob
228517786e DBZ-7418 Formats callout list for inventory-connector.yaml example as table 2024-02-13 15:46:40 -05:00
roldanbob
9a7e140187 DBZ-7418 Formats callout list in jdbc.adoc as table 2024-02-13 15:46:40 -05:00
roldanbob
af92291b48 DBZ-7440 Change link target for JMX options to Streams API reference 2024-02-12 11:35:57 -05:00
roldanbob
c7dee74081 DBZ-7440 Fixes errors in revised cross-references 2024-02-12 11:35:57 -05:00
roldanbob
2cde1700f3 DBZ-7440 Fix links in deployment prereqs to Streams Deploy/Manage guide 2024-02-12 11:35:57 -05:00
roldanbob
f13b9b50e7 DBZ-7440 Corrects internal xref and link to Streams Deploy/Manage guide 2024-02-12 11:35:57 -05:00
roldanbob
71c3ddcf03 DBZ-7440 Removes closing square bracket after attribute reference 2024-02-12 11:35:57 -05:00
roldanbob
c8ce003391 DBZ-7440 Point links to Streams Deploy/Manage vs Deploy guide (MongoDB) 2024-02-12 11:35:57 -05:00
roldanbob
7927f45f40 DBZ-7440 Retarget Streams Deployment guide links to Deploy/Manage guide 2024-02-12 11:35:57 -05:00
roldanbob
87c66e2bbf DBZ-7440 Update link target for Streams monitoring docs 2024-02-12 11:35:57 -05:00
roldanbob
52d93143a9 DBZ-7440 Fix link/link text in shared deployment file Addl resource list 2024-02-12 11:35:57 -05:00
Lars M Johansson
20ccffa223 DBZ-7460 [docs] The expected value pattern for table.include.list does not align with the documentation 2024-02-09 08:23:38 -05:00
Fiore Mario Vitale
e2f0123e51 DBZ-7300 Improve snapshotter docs
Co-authored-by: roldanbob <broldan@redhat.com>
2024-02-06 09:32:47 +01:00
mfvitale
62ff1a735f DBZ-7300 Review PostgreSQL documentations with new Snapshotter interfaces 2024-02-06 09:32:47 +01:00
Clifford Cheefoon
d53ca0daec DBZ-7443 Correct debezium.sink.pubsub.flowcontrol variables
Correct case discrepancy for configuration variables between docs and pubsub sink connector
df95323322/debezium-server-pubsub/src/main/java/io/debezium/server/pubsub/PubSubChangeConsumer.java (L98C3-L98C88)
2024-02-05 10:42:54 +01:00
Chris Cranford
0db1a3eaae DBZ-7431 Document JDBC connector sink option connection.provider 2024-01-31 11:01:30 +01:00
roldanbob
e4b2633010 DBZ-7143 Edit description of MySQL event.converting.failure.handling.mode 2024-01-30 08:04:48 +01:00
nicholas-fwang
2bdeec099a DBZ-7143 Add document for event.converting.failure.handling.mode 2024-01-29 13:48:19 +01:00
Vadzim Ramanenka
7a8da23785 DBZ-7273: Document data.query.mode for sqlserver connector 2024-01-26 07:17:25 +01:00
Vojtech Juranek
187db57a44 [docs] Fix name of capture table DDL option for SQL server 2024-01-24 14:42:07 +01:00
Bob Roldan
218da532b5 DBZ-7314 Update column.include.list note and property description 2024-01-23 11:39:17 +01:00
ani-sha
47765a0b54 DBZ-7022 Add documentation for metadata conversion in TZ SMT 2024-01-22 10:49:38 +01:00
Jordan Pittier
151b7bc8aa [docs] incremental snapshot: blocking snapshot are also supported
PR #4721 documented blocking snapshot added in DBZ-6566. But it missed a
few spots.

Also, for consistency use "snapshot type" instead of "snapshot kind".
2024-01-22 07:17:25 +01:00
Chris Cranford
c1b7e68319 DBZ-7358 Use relational table primary key by default
This fix uses the relational table primary key by default; however, as a
user can define `message.key.columns` to even override the primary key
configuration or to handle keyless tables, the user can override the
`reselect.use.event.key` option with `true` so use the event key fields
instead for the re-select so that keyless tables can also participate
with the column reselection process.
2024-01-18 05:53:37 +01:00
Bob Roldan
e8ca0e3749 DBZ-7313 Ambiguous size reference in property description 2024-01-17 17:36:24 -05:00
Jiri Pechanec
4332240d6c DBZ-7340 Upgrade Groovy and GraalJS to the latest 2023 version 2024-01-17 12:50:21 +01:00
Jiri Kulhanek
4d14ef3c22 DBZ-7313: Oracle Infinispan abandoned trasactions minor enhancements 2024-01-16 07:32:53 -05:00
Jiri Pechanec
84df411daa DBZ-7284 Add review changes
Co-authored-by: roldanbob <broldan@redhat.com>
2024-01-16 08:28:49 +01:00
Roman Kudryashov
9176a526bd DBZ-7284 Documentation 2024-01-16 08:28:49 +01:00
overwatcheddude
b905016071 Update Podman commands in tutorial 2024-01-15 08:05:26 +01:00
Vojtech Juranek
09adc0214b [docs] Mention the need to include primary column in case of sql selerv column include list
This is related to https://issues.redhat.com/browse/DBZ-7314
2024-01-12 06:38:17 +01:00
Chris Cranford
6c71892493
[docs] Remove deprecated link to Embedding Debezium 2024-01-10 09:31:59 -05:00
Chris Cranford
9c6c5cd6bc
[docs] Fix substitution issues 2024-01-10 09:29:14 -05:00
roldanbob
13703c7457 [docs] remove unnecessary context attribute from anchor
In the description of the `database.ssl.keystore.password` property, the xref to the `database.ssl.keystore` property is incorrectly prefixed with the `{context}` attribute
2024-01-04 19:46:38 -05:00
overwatcheddude
176f53078e Remove redundant --rm flag 2024-01-04 06:36:11 +01:00
Jiri Pechanec
24c43c9c64 DBZ-7235 Change wording 2023-12-20 06:58:24 +01:00
Roman Kudryashov
3d52959cea DBZ-7235 More precise config for Outbox SMT + CloudEvents converter 2023-12-20 06:58:24 +01:00
Roman Kudryashov
fd48dc2fe1 DBZ-7235 Add option to customize CloudEvents schema name 2023-12-20 06:58:24 +01:00
“vsantonastaso”
8635084709 DBZ-7164 Support offset commit for the signal topic documentation 2023-12-20 06:32:54 +01:00
Chris Cranford
e00ae9a39a DBZ-4321 Update documentation 2023-12-13 11:27:40 -05:00
Chris Cranford
a2d17f31c6 DBZ-4321 Add documentation 2023-12-13 11:27:40 -05:00
Bob Roldan
f4dea8044b DBZ-6834 Updates property decription 2023-12-13 11:10:53 +01:00
Tudor Plugaru
463cbfad32 DBZ-6071 [doc] document StreamNameMapper support for Kafka sink 2023-12-12 10:04:45 +01:00
Jordan Pittier
def0cf9a74
[docs] connectors/jdbc.adoc: fix typo in SQL pool size 2023-12-11 12:04:54 -05:00
Chris Cranford
63345571f9 DBZ-7218 Suggested edits 2023-12-11 07:51:24 -05:00
Chris Cranford
b9bb04c250 DBZ-7218 Clarify Oracle log destination requirements 2023-12-11 07:51:24 -05:00
Bob Roldan
5130ba7bc5 Fix typo found in each of the source connector docs 2023-12-07 17:02:46 -05:00
mfvitale
2523d70f76 DBZ-6834 Add docs for incremental.snapshot.watermarking.strategy 2023-12-06 14:09:59 +01:00
mfvitale
d03a86d97c [docs] Fix initial notifications 2023-12-06 12:05:36 +01:00
Sebastiaan Knijnenburg
f869ddaccc DBZ-6723 Update docs on Eventhub partition configuration
Add documentation to explain different strategies to route events via
debezium-server to one or multiple partitions in Azure EventHubs.

Link:  https://issues.redhat.com/browse/DBZ-6723
2023-12-04 18:12:40 -05:00
roldanbob
979f8e012b
[docs] Fix typo in property description
In the description of the `table.fields.additional.error.on.missing` property,  the first occurrence of the letter `l`was omitted from the name of the `table.fields.additional.placement`property.
2023-11-30 11:42:23 -05:00
Chris Cranford
ae48e8a3f1 DBZ-7197 Document table.fields.additional.error.on.missing 2023-11-29 12:10:04 -05:00
Chris Cranford
388b79158d DBZ-6636 Document JDBC sink field include/exclude list 2023-11-29 12:05:32 -05:00
“vsantonastaso”
8c1c369449 DBZ-6878 add table specific notification in initial snapshot 2023-11-29 08:32:21 +01:00
Jiri Pechanec
f76a78ee2f DBZ-6703 Use correct prefix 2023-11-27 14:13:46 +01:00
ahazourli
ff0b8a74bd DBZ-6703 Debezium RabbitMQ Native Stream documentation 2023-11-27 14:13:46 +01:00
ahazourli
222ae2a835 DBZ-6703 Debezium RabbitMQ Native Stream documentation 2023-11-27 14:13:46 +01:00
Gunnar Morling
4557039aab [docs] Adding missing config 2023-11-27 10:54:05 +01:00
Roman Kudryashov
f429536a75 DBZ-7065 Docs for ConvertCloudEventToSaveableForm 2023-11-16 11:55:02 +01:00
Vojtech Juranek
d1c08f154d DBZ-7132 Document MySQL database.ssl.* options 2023-11-15 13:02:03 +01:00
mfvitale
a049ea92fa DBZ-7141 Remove ComputePartition SMT related code 2023-11-15 12:57:11 +01:00
Vojtech Juranek
d46abde144 [docs] Mention SQL server instance name is ignored when port is specified 2023-11-13 12:21:55 +01:00
Jiri Pechanec
acab36bd02 [docs] Expose Informix docs 2023-11-10 14:44:19 +01:00
mfvitale
013671b245 DBZ-6317 Document batch.size property for JDBC Sink Connector 2023-11-10 14:22:31 +01:00
Jiri Pechanec
3e64bd87bc DBZ-4999 [docs] Apply suggestions from code review
Co-authored-by: roldanbob <broldan@redhat.com>
2023-11-10 14:07:17 +01:00
Lars M Johansson
56bc1286c5 DBZ-4999 [docs] Update documentation/modules/ROOT/pages/connectors/informix.adoc
Co-authored-by: roldanbob <broldan@redhat.com>
2023-11-10 14:07:17 +01:00
Lars M Johansson
1455c971bf DBZ-4999 [docs] typo in Informix documentation (cdc.batchsize -> cdc.buffersize) 2023-11-10 14:07:17 +01:00
Lars M Johansson
69dec4881f DBZ-4999 [docs] Updated documentation of Informix connector 2023-11-10 14:07:17 +01:00
Lars M Johansson
921f2ef91d DBZ-4999 [docs] Documentation of Informix connector 2023-11-10 14:07:17 +01:00
Vojtech Juranek
105cd22dff [docs] Remove deprecated embedded engine documentation 2023-11-10 13:46:59 +01:00
Jakub Cechacek
468b6e431e DBZ-6726 Documenting split handling mode for oversized change events 2023-11-09 10:55:40 +01:00
ani-sha
700942b258 DBZ-6874 Drop MySQL 5.7, test MySQL 8.0 & adjust documentation 2023-11-09 09:26:26 +01:00
Chris Cranford
7532e52228 DBZ-7120 Add a connection max retry limit to Redis schema history 2023-11-09 07:59:58 +01:00
Jiri Pechanec
be2ec95aa8 [docs] Fix param names 2023-11-08 13:27:34 +01:00
Rafael Câmara
83e6f28e41 [docs] Add commas to SQL Server connector configuration example. 2023-11-08 12:54:35 +01:00
ani-sha
16ab761bed DBZ-6873 Deprecate expire_logs_days, use binlog_expire_logs_seconds 2023-11-08 07:06:27 +01:00
Bob Roldan
f9c321024b DBZ-7108 Minor edit to description of mongodb.connection.mode property 2023-11-08 05:59:39 +01:00
Jakub Cechacek
bddf8802ec DBZ-7108 Switched default connection mode for sharded clusters from replica_set to sharded 2023-11-07 10:36:53 +01:00
Roman Kudryashov
3d56341375 DBZ-7060 Rename metadata.location -> metadata.source 2023-10-27 13:55:18 +02:00
harveyyue
767c342506 DBZ-7062 Update transformation property "delete.tombstone.handling.mode" to debezium doc 2023-10-27 11:17:02 +02:00
Chris Cranford
2a153cca62 DBZ-2913 Support binlog_annotate_row_events
MySQL supports an option called binlog_rows_query_log_events; however, MariaDB
supports a different option called binlog_annotate_row_events. This feature is
to add MariaDB's equivalent so that it acts the same as the original MySQL
option.
2023-10-26 13:03:03 +02:00
REMY David
fa422bfe20 DBZ-2862 Installation and configuration of OpenTelemetry to enable traceability 2023-10-26 06:21:18 +02:00
Roman Kudryashov
b3764d14d5 [docs] a couple of corrections 2023-10-25 09:21:45 +02:00
Roman Kudryashov
cb248e3d25 [docs] Update CloudEventsConverter docs
* add `metadata.location` property. describe how to pass metadata, id, and type in headers
* add `extension.attributes.enable` property (DBZ-6982)

Co-authored-by: roldanbob <broldan@redhat.com>
2023-10-25 09:21:45 +02:00
Bob Roldan
b13a8d1bb1 DBZ-6970 Edit description for JDBC connector truncate.enabled property 2023-10-24 22:41:58 -04:00
harveyyue
2d31987888 DBZ-6970 Add the new property "truncate.enabled" to jdbc doc 2023-10-19 09:12:00 +02:00
Don Seiler
0d0c784c54 [docs] Update documentation/modules/ROOT/pages/connectors/postgresql.adoc
Thanks @roldanbob

Co-authored-by: roldanbob <broldan@redhat.com>
2023-10-17 21:07:08 -04:00
dtseiler
2dd1b9507c [docs] Add note about including heartbeat table in publication 2023-10-17 21:07:08 -04:00
Bob Roldan
8356d3fe47 DBZ-7046 Formatting and xref fixes; addresses downstream build errors 2023-10-17 07:15:37 +02:00
rajdangwal
cf463bad26 DBZ-7041: pgoutput limitation for generated columns 2023-10-16 10:00:19 +02:00
Bob Roldan
416d1e171b DBZ-7039 Fixes links in Signalling additional resources list 2023-10-13 17:21:25 -04:00
Bob Roldan
537328b1ea DBZ-7039 Link fixes 2023-10-13 17:21:25 -04:00
Bob Roldan
c3fb800797 DBZ-7039 Cherry-pick from DBZ-6997 #4e7d112 2023-10-13 17:21:25 -04:00
Bob Roldan
09cfa6e011 DBZ-6997 Remove trailing quote character from target ID in xref
(cherry picked from commit 3a4e6f356d3b62e2909a975354d70385dc5a0579)
2023-10-13 17:21:25 -04:00
Bob Roldan
618d949765 DBZ-6997 Corrects target ID in xref
(cherry picked from commit b55f1070a7463ee89a4106038cc376dd32d30df1)
2023-10-13 17:21:25 -04:00
Bob Roldan
60e75bd726 DBZ-6997 Update head levels, ModIDs; remove dup IDs; reorg; edits
(cherry picked from commit 87961109dee0e4a9bf7d13ae7f3b8ccf1687d442)
2023-10-13 17:21:25 -04:00
Bob Roldan
00a2ec5a54 DBZ-6997 Make topic source ID and Module ID unique, update xref
(cherry picked from commit fa83eddd83dc974761d7c066cde6f088bdd28a6c)
2023-10-13 17:21:25 -04:00
Bob Roldan
2dd26d9135 DBZ-6997 Add ModID for event changes topic
(cherry picked from commit d7e7fa1b36df4cfc490a11fdce9a96d1b114a761)
2023-10-13 17:21:25 -04:00
Bob Roldan
b44e3959ae DBZ-6997 Dup db2 ID in Using Kafka signals to stop incremental snapshots
(cherry picked from commit 924d7437fd82d187cf3501c62a2e9d3134f46f80)
2023-10-13 17:21:25 -04:00
Bob Roldan
be99ae5d57 DBZ-6997 Replace duplicate "event-flattening" ID
(cherry picked from commit 39f622e9b0de97d6bc0be5bc4498e33ae44bca46)
2023-10-13 17:21:25 -04:00
Bob Roldan
a346bc2106 DBZ-6989 Insert empty line after Db2 incremental snapshot headers
(cherry picked from commit 44224d8195f517ba76771e6fb12e3750a63cdf5f)
2023-10-13 17:21:25 -04:00
Bob Roldan
657ed638d6 DBZ-6989 Refactor SQL Srvr triggering/stopping incremental snapshots doc
(cherry picked from commit 94f80e98f40a117bbf7a80b0bf1ed43f2f58c30b)
2023-10-13 17:21:25 -04:00
Bob Roldan
4586b9ffbe DBZ-6989 Refactor PG triggering/stopping incremental snapshots doc
(cherry picked from commit 674ad34cb305ff044390784c6c3d5188780014c6)
2023-10-13 17:21:25 -04:00
Bob Roldan
eaf5ef1fbc DBZ-6989 Refactor Oracle triggering/stopping incremental snapshots doc
(cherry picked from commit ab639cfe6eddc99ad1f47626a164a27cffeeb695)
2023-10-13 17:21:25 -04:00
Bob Roldan
25028d1ffc DBZ-6989 Refactor MySQL triggering/stopping incremental snapshots doc
(cherry picked from commit 31b5a8b809d7cb76d2039e60ade2c73e71370cd5)
2023-10-13 17:21:25 -04:00
Bob Roldan
c1d7d9a3be DBZ-6989 Refactor mongodb triggering/stopping incremental snapshots doc
(cherry picked from commit dc4801e6ed1ee1db8363c305354b7bdbfdfa9fb7)
2023-10-13 17:21:25 -04:00
Bob Roldan
f8d31c5815 DBZ-7039 Cherry-pick from DBZ-6989 #fa33249 2023-10-13 17:21:25 -04:00
Bob Roldan
661358a867 DBZ-6980 Relocates conditional delimiter
(cherry picked from commit 99e3a68b17bb75f0c07df84cbbb86318fe652722)
2023-10-13 17:21:25 -04:00
Bob Roldan
9b6170963b DBZ-6980 Promote CB routing,filtering to GA; update notif. annotations
(cherry picked from commit 43fbeeadfd8ab47d8ef7b738c57f25b7adc11086)
2023-10-13 17:21:25 -04:00
Bob Roldan
c6d51f08a5 DBZ-6980 Promote Mongo signaling, notifications to GA in product doc
(cherry picked from commit 71dede9411cbb515c114a83ded773dd78a7edfcf)
2023-10-13 17:21:25 -04:00
Bob Roldan
13520e119d DBZ-7039 Cherry-pick from DBZ-6980 #5bd1350 2023-10-13 17:21:25 -04:00
Bob Roldan
619b7b36b6 DBZ-7039 Cherry-pick from DBZ-6980 #16bfa6af8 2023-10-13 17:21:25 -04:00
Bob Roldan
3672ed6ef5 DBZ-7039 Cherry-pick commits from DBZ-6980 2023-10-13 17:21:25 -04:00
Bob Roldan
5d1767be01 DBZ-6980 Conditionalize content;edit annotations in notification.adoc
(cherry picked from commit 6d5fb83a1b35ec5c6cf2dae1241dec2b81743636)
2023-10-13 17:21:25 -04:00
Bob Roldan
ba074d9317 DBZ-6980 Adds Nebel annotations for Event changes SMT doc
(cherry picked from commit 6888eb6c202ab9d5703703aa3f26baf762abddb1)
2023-10-13 17:21:25 -04:00
roldanbob
e084d2cab4
[docs ] Fix typo
Inserts missing letter
2023-10-13 11:57:20 -04:00
Gunnar Morling
a9ade5a6d8
[docs] Clarifying RDS binlog requirement
Co-authored-by: roldanbob <broldan@redhat.com>
2023-10-13 09:28:03 +02:00
Bob Roldan
0c1bf63602 DBZ-7021 Update links to Streams docs targets 2023-10-11 16:31:10 -04:00
Jiri Pechanec
201d870a09 DBZ-6482 Included review comments
Co-authored-by: roldanbob <broldan@redhat.com>
2023-10-11 08:04:14 +02:00
Jiri Pechanec
e3be69da6c DBZ-6482 Document TimescaleDB SMT 2023-10-11 08:04:14 +02:00
Vojtech Juranek
f8203347d7 [docs] fix typo in incremental snapshot example
* remove additional curly bracket
* add back-slahes into additional condition
2023-10-04 06:30:12 +02:00
Jakub Cechacek
08f011a913 DBZ-6973 Documentation for filters.match.mode configuration and 'user_only' option of cursor.pipeline.order 2023-10-03 07:44:57 +02:00
Jakub Cechacek
4729a1da67 DBZ-6968 Added units to the documentation of cursor.oversize.skip.threshold 2023-10-03 07:44:52 +02:00
Fiore Mario Vitale
89f51ce632 DBZ-6941 Refine signaling documentation
Co-authored-by: roldanbob <broldan@redhat.com>
2023-09-29 16:01:30 +02:00
Fiore Mario Vitale
f1ae248b7c DBZ-6941 Apply suggestions from code review to signaling docs
Co-authored-by: roldanbob <broldan@redhat.com>
2023-09-29 16:01:30 +02:00
mfvitale
90977aae76 DBZ-6941 Fix small issue with docs 2023-09-29 16:01:30 +02:00
mfvitale
189ed29e60 DBZ-6941 Improve documentation specifying that source channel is not required for MySQL with read mode and GTIDs 2023-09-29 16:01:30 +02:00
Jiri Pechanec
b65582f2c0 DBZ-6966 Fix reverted filtering logic 2023-09-28 14:27:16 -04:00
mfvitale
56795732b5 DBZ-6793 Add timestamp for notifications into documentation 2023-09-28 14:20:17 -04:00
Chris Cranford
c1d2cf5c5f DBZ-6895 Update required OpenLogReplicator version 2023-09-19 09:00:26 +02:00
Chris Cranford
ed491394b5 DBZ-6895 Remove confirmation known issue 2023-09-19 09:00:26 +02:00
Jakub Cechacek
fd5c8353b2 DBZ-6883 Documenting oversized document handling 2023-09-13 11:04:07 +02:00
Jakub Cechacek
4769a84012 DBZ-6883 Documenting cursor.pipeline.order property 2023-09-13 11:04:07 +02:00
Chris Cranford
5e243e2480 DBZ-2543 Add Incubating / Known Issues for OpenLogReplicator 2023-09-12 18:20:29 -04:00
Chris Cranford
ad2111721f DBZ-2543 Suggested changes 2023-09-12 18:20:29 -04:00
Chris Cranford
45b4e81b07 DBZ-2543 Document Oracle OpenLogReplicator adapter 2023-09-12 18:20:29 -04:00
Chris Cranford
d977e9b0f1 DBZ-2543 Initial OpenLogReplicator adapter 2023-09-12 18:20:07 -04:00
Jakub Cechacek
9aadc38414 DBZ-6892 Removing all code related to previously deprecated MongoDB conenctor configuration 2023-09-12 13:03:40 +02:00
Nir Levy
8cae358a39 DBZ-6788 Add documentation for mongodb.authentication.class property 2023-09-11 10:03:37 +02:00
Chris Cranford
5538ce82fa DBZ-6850 Improve documentation artifact links
* Added JDBC sink connector to documentation links
* Added jump to Debezium Server installation
* Cleared up a few references to master vs main
2023-09-08 20:04:30 -04:00
ani-sha
9ce0e7d785 DBZ-6835 Reword and align headings/titles 2023-09-08 14:11:09 -04:00
ani-sha
bccc9483aa DBZ-6835 Fix typos and spaces 2023-09-08 14:11:09 -04:00
ani-sha
e9c282290f DBZ-6835 Add suggestions from code review 2023-09-08 14:11:09 -04:00
ani-sha
ab7855c400 DBZ-6835 Documentation for Timezone SMT 2023-09-08 14:11:09 -04:00
twthorn
e74cecc538 [docs] Add primary key updates Kafka headers section to Vitess connector 2023-09-08 07:35:59 +02:00
Andy Pickler
8ae86b047e [docs] Update mysql.adoc
Fix link in MySQL connector doc
2023-09-06 15:17:30 -04:00
twthorn
bbcb72e485 DBZ-6844 Add truncate column config to Vitess connector docs 2023-08-31 12:51:21 +02:00
Bob Roldan
083153bac4 [docs] Insert missing word in SQL Server connector doc 2023-08-21 16:28:19 -04:00
Jiri Pechanec
2e076cc2f5 DBZ-6731 Fix formatting 2023-08-18 07:47:50 +02:00
Bob Roldan
b35300da08 DBZ-6731 Update description of additional-conditions filter property 2023-08-18 07:47:50 +02:00
Chris Cranford
d5e86e1380 DBZ-6615 Add OldestScnAgeInMilliseconds LogMiner based metric.
This returns the age in milliseconds from the poll time for the age of the oldest
transaction's starting system change number in the transaction buffer.
2023-08-17 06:24:55 +02:00
Jiri Pechanec
1d10a3da4b DBZ-6731 Make filter definition more precise 2023-08-16 13:55:38 +02:00
Jiri Pechanec
c5b4b4b6e4 DBZ-6731 Doc review suggestions
Co-authored-by: roldanbob <broldan@redhat.com>
2023-08-16 13:55:38 +02:00
Fiore Mario Vitale
7b82b0ad69 DBZ-6731 Apply suggestions from code review
Co-authored-by: roldanbob <broldan@redhat.com>
2023-08-16 13:55:38 +02:00
Fiore Mario Vitale
d87d1f2133 DBZ-6731 Apply suggestions from code review
Co-authored-by: roldanbob <broldan@redhat.com>
2023-08-16 13:55:38 +02:00
mfvitale
be843dd635 DBZ-6731 Document blocking snapshot signal configuration 2023-08-16 13:55:38 +02:00
Chris Cranford
a8179932fa DBZ-6813 Improve Infinispan configuration example 2023-08-16 11:41:45 +02:00
Bob Roldan
e60f69b13d DBZ-6704 Adds disclaimer that custom converters doc applies to RDBs only 2023-08-15 14:48:16 -04:00
Bob Roldan
a6dec1269d DBZ-6704 Moves MySQL connector props from required to advanced tables 2023-08-15 14:48:16 -04:00
Bob Roldan
feb1f2e7bb DBZ-6704 Moves MongoDB snapshot.* properties from Required to Advanced 2023-08-15 14:48:16 -04:00
Chris Cranford
b7f9f876a7 DBZ-6801 Suggested edits 2023-08-15 08:35:37 -04:00
Chris Cranford
61fccb8917 DBZ-6801 Introduce JDBC sink option dialect.sqlserver.identity.insert 2023-08-15 08:35:37 -04:00
Andreas Martens
26c49719b8 [docs] Improve DB2 example commands; Update db2.adoc
The Procedure for compiling the capture agent didn't show how to correctly invoke `bldrtn` as it assumed it was in the same directory as the Debezium management UDFs, which is isnt.  I've added instructions for getting it on PATH and also an example later on for how to invoke SQL commands from the command line once they're already logged on.  (I didn't update the following two SQL statements, as I'd assume that an intelligent viewer could learn from the first example!)
2023-08-15 13:25:56 +02:00
Jeremy Ford
829b969491 DBZ-6808 Allow the embedded infinispan global configuration to be configurable 2023-08-15 12:53:29 +02:00
Jiri Pechanec
3bac4dba23 DBZ-6688 Apply suggestions from code review
Co-authored-by: roldanbob <broldan@redhat.com>
2023-08-15 12:47:46 +02:00
mfvitale
9bfbb01fb2 DBZ-6688 Improve Kafka channel documentation 2023-08-15 12:47:46 +02:00
Emre Akgün
52a979337b [docs] Remove duplicate description from mongodb.adoc 2023-08-15 06:16:46 +02:00
Chris Cranford
aad842522b DBZ-6798 Expose SCN-based metrics as BigInteger
The SCN data types were previously exposed as `String` types, which is not
consumable by Grafana and Prometheus. By using `BigInteger`, we can now
make these accessible on dashboards.
2023-08-15 06:06:49 +02:00
Xiaojian Sun
424c1838f8 DBZ-6240 Update documentation/modules/ROOT/pages/transformations/schema-change-event-filter.adoc 2023-08-10 07:04:17 +02:00
sunxiaojian
a2f5068f98 DBZ-6240 formatting doc 2023-08-10 07:04:17 +02:00
sunxiaojian
43c7c0a3f6 DBZ-6240 Rename the configuration name 'schema.change.event.include.list' to 'schema.change.event.exclude.list' 2023-08-10 07:04:17 +02:00
Jiri Pechanec
8943047809 DBZ-6240 Change formatting 2023-08-10 07:04:17 +02:00
Jiri Pechanec
920221741f DBZ-6240 Add doc to nav bar 2023-08-10 07:04:17 +02:00
sunxiaojian
6451c93256 DBZ-6240 Add an STM to filter schema change event 2023-08-10 07:04:17 +02:00
Jiri Pechanec
e5766ae26a DBZ-6784 Add default value 2023-08-09 06:24:39 +02:00
Massimo Fortunat
a8fd2e5a19 DBZ-6784 Added "db.index" parameter description to Redis (Stream) documentation 2023-08-09 06:24:39 +02:00
Vojtech Juranek
e26899f844 DBZ-2862 Add notice about obsolete tracing documentation 2023-08-08 21:45:30 +02:00
Fiore Mario Vitale
2d3d103f1b DBZ-6566 Apply suggestions from code review
Co-authored-by: roldanbob <broldan@redhat.com>
2023-08-08 16:04:55 +02:00
mfvitale
1df505f17e DBZ-6566 Document new blocking snapshot 2023-08-08 16:04:55 +02:00
Bob Roldan
7b48fe5296 DBZ-6754 Prepares content for downstream use 2023-08-07 09:32:08 -04:00
roldanbob
564452869b
[docs] Fixes typo in ModuleID comment
Inserts missing hyphen between words in ModuleID string
2023-08-03 14:10:48 -04:00
Gurps Bassi
f4c029f5d1 DBZ-6727 use correct config for driver 2023-08-03 11:53:50 +02:00
faihofu
6f7033f038 [docs] Update proc-triggering-an-incremental-snapshot-nosql.adoc
fixed typo on line 20 - missing period in MyCollection - changed to My.Collection
2023-08-03 08:19:58 +02:00
roldanbob
543e217ddb DBZ-6592 Remove redundant passive verb form
Co-authored-by: Chris Cranford <ccranfor@redhat.com>
2023-08-03 00:46:42 -04:00
Bob Roldan
b342558b1b DBZ-6592 Revises unclear sentence 2023-08-03 00:46:42 -04:00
paul cheung
781949bb5b [docs] Update sqlserver.adoc - fix typo 2023-08-03 06:25:11 +02:00
Vojtech Juranek
287085b899 [docs] Document max. error retries option 2023-08-01 08:55:29 -04:00
Chris Cranford
dbeac568b0 DBZ-6729 Use default of 10000 for snapshot/query fetch sizes 2023-07-31 13:47:53 +02:00
Chris Cranford
fd1e60bf92 [docs] Don't render health link as a hyperlink. 2023-07-31 03:15:07 -04:00
Gurps Bassi
6e3c9028b9 [docs] Add extra info about how to access health 2023-07-31 03:15:07 -04:00
roldanbob
780009d141
DBZ-6219 Doc update to explain default snapshot behavior for capturing schema history (#4561) 2023-07-31 02:46:25 -04:00
Ychopada
b7680f4487 DBZ-6690 2023-07-31 02:39:21 -04:00
Bob Roldan
1daa1a91fc DBZ-6707 Specifies Boolean values for debezium.sink.redis.ssl.enabled 2023-07-28 17:46:12 -04:00
Bob Roldan
e848ce0558 DBZ-6705 Removes dup include directive for sink notification props file 2023-07-28 12:53:16 -04:00
Bob Roldan
d0fb38ffda DBZ-6706 Fixes typos in Apache Pulsar properties table in DBZ server doc 2023-07-28 12:32:36 -04:00
Chris Cranford
0ec3b80bfe DBZ-6637 Document JDBC sink dialect.postgres.postgis.schema property 2023-07-26 16:15:55 -04:00
Fiore Mario Vitale
e3f7b4cb5a DBZ-6655 Update documentation/modules/ROOT/pages/connectors/jdbc.adoc
Co-authored-by: roldanbob <broldan@redhat.com>
2023-07-26 15:47:27 -04:00
mfvitale
3c79376db6 DBZ-66655 Document not supported schema change records on JDBC connector 2023-07-26 15:47:27 -04:00
Ronak Jain
132ca4b022 DBZ-6455: Document Optimal MongoDB Oplog Config for Resiliency
Apply suggestions from code review

Co-authored-by: roldanbob <broldan@redhat.com>
2023-07-24 12:05:16 +02:00
Ronak Jain
1071e5e33b DBZ-6455: Document Optimal MongoDB Oplog Config for Resiliency
Addresses/Closes DBZ-6455
2023-07-24 12:05:16 +02:00
Ronak Jain
36682f49c8 DBZ-6455: Document Optimal MongoDB Oplog Config for Resiliency
Addresses/Closes DBZ-6455
2023-07-24 12:05:16 +02:00
Ronak Jain
6006d60120 DBZ-6455: Document Optimal MongoDB Oplog Config for Resiliency
Addresses/Closes DBZ-6455
2023-07-24 12:05:16 +02:00
Ronak Jain
17b2db35ce DBZ-6455: Document Optimal MongoDB Oplog Config for Resiliency
Apply suggestions from code review

Co-authored-by: roldanbob <broldan@redhat.com>
2023-07-24 12:05:16 +02:00
Ronak Jain
31c534a605 DBZ-6455: Document Optimal MongoDB Oplog Config for Resiliency
Addresses/Closes DBZ-6455
2023-07-24 12:05:16 +02:00