Commit Graph

73 Commits

Author SHA1 Message Date
harveyyue
aa139203aa DBZ-6603 Update property "custom.metric.tags" to connector docs 2023-07-13 09:52:33 +02:00
harveyyue
f4c8810107 [docs] Replace the deprecated "database.server.name" to "topic.prefix" 2023-06-28 08:19:31 +02:00
Vojtech Juranek
ffc9c2f80d [docs] Fix poll.interval.ms default value 2023-02-22 13:49:40 -05:00
harveyyue
0dcf9922f6 DBZ-5743 update the "field.name.adjustment.mode" property to all connector docs 2023-02-02 13:21:45 +01:00
harveyyue
f093d7a6c9 DBZ-5743 Introduce alternative AVRO_UNICODE mode for schema adjuster 2023-02-02 13:21:45 +01:00
Henry Cai
a2f15abafd DBZ-6043: Vitess: Support Mapping unsigned bigint mysql column type to long
Add doc for the new `bigint.unsigned.handling.mode`
2023-01-31 07:17:33 +01:00
yoheimuta
0f01851b05 DBZ-5930 Remove a confusing note about a future release in document 2023-01-17 10:53:28 +01:00
yoheimuta
9346a2e550 DBZ-5930 Fix a typo in document 2023-01-17 10:53:28 +01:00
yohei yoshimuta
d3efd8904f DBZ-5930 Update documentation/modules/ROOT/pages/connectors/vitess.adoc
Co-authored-by: roldanbob <broldan@redhat.com>
2023-01-17 10:53:28 +01:00
yohei yoshimuta
c9bf4ac795 DBZ-5930 Update documentation/modules/ROOT/pages/connectors/vitess.adoc
Co-authored-by: roldanbob <broldan@redhat.com>
2023-01-17 10:53:28 +01:00
yohei yoshimuta
5069064607 DBZ-5930 Update documentation/modules/ROOT/pages/connectors/vitess.adoc
Co-authored-by: roldanbob <broldan@redhat.com>
2023-01-17 10:53:28 +01:00
yohei yoshimuta
5faa9cde6c DBZ-5930 Update documentation/modules/ROOT/pages/connectors/vitess.adoc
Co-authored-by: roldanbob <broldan@redhat.com>
2023-01-17 10:53:28 +01:00
yohei yoshimuta
bd812be653 DBZ-5930 Update documentation/modules/ROOT/pages/connectors/vitess.adoc
Co-authored-by: roldanbob <broldan@redhat.com>
2023-01-17 10:53:28 +01:00
yoheimuta
fad1fb157d DBZ-5930 Add the doc for vitess snapshot.mode 2023-01-17 10:53:28 +01:00
Vojtech Juranek
87709cc036 [docs] Replace Docker hub links with Quay.io links 2022-11-16 14:25:38 +01:00
Jiri Pechanec
8a02907576 DBZ-5610 Truncate events are not emitted by every connector 2022-10-20 08:57:28 +02:00
harveyyue
a37d3332df DBZ-5610 MySQL Connector capture TRUNCATE command as message in table topic 2022-10-20 08:57:28 +02:00
Sergei Morozov
e4d46c81b1 DBZ-5541: Default Debezium schema.name.adjustment.mode to "none" 2022-09-29 09:47:25 +02:00
Bob Roldan
04809c2eb4 DBZ-3327 Add values to empty table cells in Vitess and Cassandra docs 2022-09-20 07:12:52 +02:00
Vojtech Juranek
853f43c5de DBZ-5043 Update documentation ot use topic.prefix instead of database.server.name 2022-09-07 12:57:31 +02:00
Henry Cai
722b1fe187 DBZ-5382: Add the doc for offset.storage.per.task mode
offset.storage.per.task mode allows the vitess connector to launch
multiple tasks and have each task persists the offsets in offset storage
by task id.
2022-08-31 13:37:19 -04:00
Vojtech Juranek
9f35b840fc [docs] Fix defaut values of max.batch.size and poll.interval.ms
Default `max.batch.size` is 2048 [1].
Default `poll.interval.ms` is 500 ms [2] (except Cassandra where it's
still 1000 ms and Mongo which has it's own config)

[1] https://github.com/debezium/debezium/blob/v2.0.0.Alpha3/debezium-core/src/main/java/io/debezium/config/CommonConnectorConfig.java#L300
[2] https://github.com/debezium/debezium/blob/v2.0.0.Alpha3/debezium-core/src/main/java/io/debezium/config/CommonConnectorConfig.java#L302
2022-07-21 08:14:08 -04:00
harveyyue
daf329bc06 DBZ-5413 Update the topic naming strategy doc to all connectors 2022-07-18 10:18:12 -04:00
Bob Roldan
a885c03f89 DBZ-5334 Add ts_ms to txn boundary event examples; update description 2022-07-08 08:10:17 +02:00
harveyyue
68a78f73bb DBZ-5170 Update transaction ts_ms field to related doc 2022-06-27 15:50:52 +02:00
Bob Roldan
5767951893 DBZ-5233 Use tag regions in shared fragment to specify MBean formats 2022-06-13 14:37:54 +02:00
Bob Roldan
d7a3dfbb14 DBZ-5233 Use fragments to specify MBean names vs. ifeval conditionals 2022-06-13 14:37:54 +02:00
Bob Roldan
1745abf5f8 DBZ-4588 Make converter property descriptions consistent 2022-05-13 13:25:32 +02:00
Bob Roldan
9b897f1120 DBZ-4588 Insert converters property in configuration tables 2022-05-13 13:25:32 +02:00
Bob Roldan
1cadd6a4d7 DBZ-4588 Adds links to converters topic from connector data types topics 2022-05-13 13:25:32 +02:00
Sergei Morozov
b258674782 DBZ-3535: Introduce schema.name.adjustment.mode 2022-03-24 09:37:05 +01:00
Bob Roldan
bf27791fa1 DBZ-4906 Fixes typo in link text 2022-03-23 17:44:17 +01:00
Yang
1425c9208d DBZ-4886 update documentation 2022-03-22 08:12:42 +01:00
Bob Roldan
d30a6fc079 DBZ-4052 Fix mistargeted links; restore SQL Server max.batch.size desc 2022-03-17 07:26:03 +01:00
Bob Roldan
c926412c1b DBZ-4052 Address review comments; normalize property descriptions 2022-03-17 07:26:03 +01:00
Bob Roldan
dbd3447c05 DBZ-4014 Revise warning based on PR review 2022-03-11 10:26:34 +01:00
Bob Roldan
a8cce84d2e DBZ-4014 Remove extra line before warning note 2022-03-11 10:26:34 +01:00
Bob Roldan
d8ed383118 DBZ-4014 Warne users not to modify database.server.name 2022-03-11 10:26:34 +01:00
Gunnar Morling
d21e37746a DBZ-4606 Dropping superfluous link-prefix attribute 2022-02-18 08:47:06 +01:00
Gunnar Morling
b17232416f DBZ-4731 Applying suggestions from code review
Co-authored-by: roldanbob <broldan@redhat.com>
2022-02-15 10:04:48 +01:00
Gunnar Morling
aabe0b4f9d DBZ-4731 Adding note on MongoDB Atlas;
Also making set up section titles consistent.
2022-02-15 10:04:48 +01:00
Shichao An
292f39bb34 DBZ-4705 Update Vitess connector docs on bytes support 2022-02-08 08:18:05 +01:00
Shichao An
54dedf95ee
DBZ-4532 Update Vitess connector documentation
* DBZ-4532 Updating Vitess connector documentation;

Configurations:
- vitess.grpc.headers
- column.propagate.source.type
- datatype.propagate.source.type


Co-authored-by: Gunnar Morling <gunnar.morling@googlemail.com>
2022-01-13 12:13:46 +01:00
Bob Roldan
2beefb9d8f DBZ-4300 Link to up/down-stream pages for info re: supported db versions 2022-01-12 10:10:25 +01:00
narcsfz
87fc1dc535 DBZ-4428 update Vitess source metadata example 2021-12-09 10:52:42 +01:00
Gunnar Morling
0189337ead DBZ-4389 Using xref 2021-12-07 11:51:55 +01:00
Shichao An
1722ac9c32 DBZ-4389: Update Vitess docs to add keepalive pings and transaction metadata 2021-12-07 11:46:48 +01:00
narcsfz
4e7508e484 DBZ-4324 Update doc for Vitess connector 2021-11-19 17:26:24 +01:00
Yang
e8386bca8c
DBZ-4295 Documentation for the new config
Co-authored-by: Gunnar Morling <gunnar.morling@googlemail.com>
2021-11-18 20:22:14 +01:00
pkgonan
5e0ffa28d2 DBZ-3765 Allow dot in database.server.name 2021-08-08 16:25:15 -04:00