Commit Graph

1952 Commits

Author SHA1 Message Date
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
Jiri Pechanec
ea2571829a [release] Changelog for 2.6.0.Alpha1 2024-01-21 11:07:16 +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
Chris Cranford
47024c17f9
[docs] Add informix version bits 2024-01-10 09:28:56 -05:00
Chris Cranford
31d79a4fac
[docs] Fix Notifications link 2024-01-10 09:03:43 -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
db0cfea550 [release] Move Docker to 2.5 2023-12-21 11:38:26 +01:00
Jiri Pechanec
ea41a2dc64 [release] Changelog for 2.5.0.Final 2023-12-21 07:47:08 +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
Jiri Pechanec
954d14039a [release] Changelog for 2.5.0.CR1 2023-12-14 10:19:32 +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
Jiri Pechanec
366e3891d1 [release] Changelog for 2.5.0.Beta1 2023-12-04 14:51:00 +01:00
Jiri Pechanec
73134cd5ff DBZ-7198 Revert "Upgrade apicurio to 2.5.3.Final"
This reverts commit 5aed12951a.
2023-12-04 09:54:44 +01:00
Jiri Pechanec
5aed12951a DBZ-7198 Upgrade apicurio to 2.5.3.Final 2023-12-01 13:42:25 +01: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