Commit Graph

227 Commits

Author SHA1 Message Date
Vojtech Juranek
853f43c5de DBZ-5043 Update documentation ot use topic.prefix instead of database.server.name 2022-09-07 12:57:31 +02:00
Vojtech Juranek
3cdcf795d8 DBZ-5043 Use 'database schema history' wording in the documentation
Once we switch to `schema.history` prefix, it can be confusing for the
users to read about 'database history'. Use 'database schema history'
instead.
2022-09-07 12:57:31 +02:00
Vojtech Juranek
04acf048cf DBZ-5043 Update documentation to use schame.history namespace 2022-09-07 12:57:31 +02:00
Bob Roldan
390d0d3d62 DBZ-5565 Formatting characters no longer render in published doc 2022-08-31 09:17:16 +02:00
roldanbob
20cda6e6a8
[docs] Fix formatting typo
Inserts missing `+` character to correct rendering of property name string.
2022-08-26 22:03:25 -04:00
pkgonan
fd309193c6 DBZ-5544 Add document 2022-08-24 09:50:23 +02:00
Sergei Morozov
9bfbacbbb8 DBZ-5516: Fix examples in SQL Server connector documentation 2022-08-22 14:15:57 +02:00
ggaborg
41ebaa871c DBZ-4631 check SQLServer Agent status only once 2022-08-19 11:09:15 +02:00
ggaborg
80a02f280e DBZ-4631 fix whitespace 2022-08-19 11:09:15 +02:00
ggaborg
0181122274 DBZ-4631 Fix "No maximum LSN recorded" log message can be spammed on low-activity databases 2022-08-19 11:09:15 +02:00
Chris Cranford
504d5700e3 DBZ-5290 Document SSL usage 2022-08-11 13:28:45 +02:00
gongzhongqiang
6f1fb9701f DBZ-5440 Fix typo in sqlserver document. 2022-07-25 08:27:48 -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
Chris Cranford
fdf6fc1fa3 DBZ-5396 Document relational attributes in JSON schema change events 2022-07-19 15:41:02 -04:00
Sergei Morozov
77f853f936 DBZ-4726: Remove SQL Server single-partition mode 2022-07-19 09:20:40 +02:00
Bob Roldan
383333a50c DBZ-4312 Remove disclaimer re: connector not being tested against Azure 2022-07-18 15:27:39 -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
366c95707a DBZ-5334 Update transaction boundary eventcontent for Db2, SQL Server 2022-07-08 08:10:17 +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
harveyyue
327f9ce6d4 DBZ-5098 Update field "ts_ms" to connector docs 2022-05-18 14:21:39 +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
Jiri Pechanec
35811a7be4 DBZ-5040 Fix typo about decimal.handling in SQL Server 2022-05-09 08:37:10 +02:00
Bob Roldan
c64558ae77 DBZ-4392 Update deployment steps to use curl to pull Maven artifacts 2022-04-01 13:17:13 -04:00
Bob Roldan
e77e1411f7 DBZ-4392 Describe adding Db2/ Oracle JDBC drivers from Maven 2022-04-01 13:17:13 -04:00
Vojtech Juranek
d0c006f6f5 DBZ-2793 Add schema filters to SQL server documentation 2022-03-29 07:13:00 +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
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
2533663065 DBZ-4052 align description across connectors;link from metrics topics 2022-03-17 07:26:03 +01:00
Bob Roldan
4d3353d7ea DBZ-4052 Add information about interaction with max.queue.size 2022-03-17 07:26:03 +01:00
Bob Roldan
b28863fb82 DBZ-4052 Updates properties table in SQL Server connector doc 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
d8ed383118 DBZ-4014 Warne users not to modify database.server.name 2022-03-11 10:26:34 +01:00
Bob Roldan
896f1440db DBZ-4655 Modify link formats to fix build errors 2022-03-09 12:40:41 +01:00
Bob Roldan
66363a7d19 DBZ-4655 Remove TP designations for signaling/incremental snapshots 2022-03-09 12:40:41 +01:00
Gunnar Morling
d21e37746a DBZ-4606 Dropping superfluous link-prefix attribute 2022-02-18 08:47:06 +01:00
roldanbob
7c5d1c1f92
DBZ-4606 Adding anchor IDs to Avro cross-refs;
* Prefix cross-references w/ `xref` vs. {link-prefix} attribute
* Correct formatting of intra-file xref to topic.regex property

Co-authored-by: Gunnar Morling <gunnar.morling@googlemail.com>
2022-02-17 07:47:45 +01:00
Sergei Morozov
2d14b5b09f DBZ-4478: Multi-partition metrics for SQL Server 2022-02-16 11:31:38 +01:00
Gunnar Morling
6cf95b7597 [docs] Updating broken anchor links 2022-02-15 17:45:40 +01:00
Bob Roldan
14d5ec03f5 DBZ-3991 more minor cleanup 2022-01-17 14:11:16 +01:00
Bob Roldan
dde8c8cdb4 DBZ-3991 Fix include statements, other cleanup. 2022-01-17 14:11:16 +01:00
Bob Roldan
57d75fefa2 DBZ-3991 Rework information about obtaining JDBC drivers for Oracle, Db2 2022-01-17 14:11:16 +01:00
Bob Roldan
8e9786a08a DBZ-3991 Updates to address downstream build issues. 2022-01-17 14:11:16 +01:00
Bob Roldan
3fb6cd5902 DBZ-3991 Update based in initial review; replace strings w/ attributes 2022-01-17 14:11:16 +01:00
Bob Roldan
5f8fdf132c DBZ-3991 Create shared files to doc using streams to deploy connectors 2022-01-17 14:11:16 +01:00
Bob Roldan
28961e1d4e DBZ-4552 Modify link format to eliminate upstream Antora build error 2022-01-14 18:34:24 -05:00