Commit Graph

4919 Commits

Author SHA1 Message Date
Anisha Mohanty
2509e88eba DBZ-2622 Add test to configure DS via env vars 2021-05-12 10:10:21 +02:00
Anisha Mohanty
9f1469ecd8 DBZ-2622 Configure Debezium Server via smallrye/microprofile env variables 2021-05-12 10:10:21 +02:00
Alfusainey Jallow
1a3a752ddb DBZ-3514 prevent configuration modification after creation
Signed-off-by: Alfusainey Jallow <alf.jallow@gmail.com>
2021-05-12 09:31:29 +02:00
Chris Cranford
b77e43cfa9 DBZ-3393 Fix typo & wording suggestions 2021-05-12 07:49:56 +02:00
Chris Cranford
0b95ef6d64 DBZ-3393 Document log.mining.strategy for Oracle connector 2021-05-12 07:49:56 +02:00
Sergei Morozov
e90196989b DBZ-3505: Better handling of invalid SQL Server connector configuration 2021-05-12 06:03:22 +02:00
roldanbob
7066ca7300
[docs] Restore PG properties ModuleID declaration
Restore the downstream comment in postgresql.adoc that specifies the downstream anchor ID for the configuration properties topic. I previously removed the comment while troubleshooting downstream linking errors. A tooling change should address this deficit without requiring us to always use the upstream anchor IDs.

This change is not visible in either the upstream or downstream content and has no effect on the upstream behavior.
2021-05-11 17:57:58 -04:00
Chris Cranford
5a59f372b9 DBZ-3460 Update Oracle driver to 21.1.0.0 2021-05-11 23:24:23 +02:00
roldanbob
cdf0c30d20
[docs] SQL Server: restore downstream ModuleID declaration
In sqlserver.adoc, restore the downstream comment that specifies the downstream anchor ID for the snapshots topic. I previously removed the comment, because downstream, links to the topic were not working. A tooling change should address this deficit without requiring us to use the upstream anchor IDs.

This change is not visible in either the upstream or downstream content and has no effect on the upstream behavior.
2021-05-11 17:21:28 -04:00
roldanbob
5ef256c2d0
[docs] Restore downstream MySQL ModuleID declaration
In the mysql.adoc, restore the downstream comment that specifies the downstream anchor ID for the snapshots topic. I previously removed the comment, because downstream, links to the topic were not working. A tooling change should address this deficit without requiring us to use the upstream anchor IDs.

This change is not visible in either the upstream or downstream content and it has no effect on the upstream behavior.
2021-05-11 17:16:42 -04:00
roldanbob
c65d834418
[docs] Restore downstream ModuleID declaration
Restore the downstream comment that specifies the downstream anchor ID for the snapshots topic. I previously removed the comment, because downstream, links to the topic were not working. A tooling change should address this deficit without requiring us to remove further ModuleIDs.

This change is not visible in either the upstream or downstream content and has no effect on the upstream behavior.
2021-05-11 16:48:31 -04:00
Chris Cranford
8f953dc9fe DBZ-3400 Remove Oracle Antlr DML parser 2021-05-11 17:56:55 +02:00
Bob Roldan
d4a72d779d DBZ-3410 Fix self-links in SMT routing options table 2021-05-11 10:37:10 -04:00
Chris Cranford
1d46cdb6b7 DBZ-3332 Limit oldest archive log query to only active records 2021-05-11 12:42:49 +02:00
Bingqin Zhou
6e4abbdb68 DBZ-3092 Update docs.
DBZ-1614 Update doc for source info.

DBZ-3480 Update doc.
2021-05-11 12:34:09 +02:00
Anisha Mohanty
64d2cde825 DBZ-3438 Add mapped diagnostic contexts for snapshotting & streaming 2021-05-11 11:43:58 +02:00
John Martin
cef0997428 DBZ-3508 return empty ConfigDef for ReadToInsertEvent.config 2021-05-11 05:59:33 +02:00
Kazuki MATSUDA / 松田一樹
95887685db DBZ-3503 Provide Japanese translation of README.md
Use case in official readme https://github.com/debezium/debezium#common-use-cases is great summary. Hope this README.md is available in Japanese also.

debezium/dev thread: https://gitter.im/debezium/dev?at=60922454f7e4221825ba4567
2021-05-10 09:40:22 +02:00
Bob Roldan
d65bfe7f8b DBZ-3412 Fix internal cross-reference link in content-based-routing doc 2021-05-07 17:44:44 -04:00
roldanbob
7fbede4286
[docs] fix typo in monitoring.adoc
In bulleted list, PosgreSQL > PostgreSQL
2021-05-07 12:41:07 -04:00
roldanbob
015e68d6f4
[docs] fix typo
Localization detected "SQ statement" where "SQL statement" was intended.
2021-05-07 12:32:38 -04:00
Debezium Builder
4dd3a146ca [maven-release-plugin] prepare for next development iteration 2021-05-06 02:40:15 -04:00
Debezium Builder
b3c5bb281c [maven-release-plugin] prepare release v1.6.0.Alpha1 2021-05-06 02:40:15 -04:00
Jiri Pechanec
92a08e594e [release] Changelog for 1.6.0.Alpha1 2021-05-06 08:31:17 +02:00
Jiri Pechanec
b4327ab13a DBZ-3499 Moved test statements to examples 2021-05-06 06:14:24 +02:00
Tommy Karlsson
f9028926f8 DBZ-3499 Add support for parsing of GRANT statements with newer MySQL privileges 2021-05-06 06:14:24 +02:00
Jiri Pechanec
5c722341e2 DBZ-3473 Extract incremental snapshot contract 2021-05-06 05:37:36 +02:00
Jiri Pechanec
7daae11600 DBZ-3473 Postgres has its own schema instance 2021-05-06 05:37:36 +02:00
Jiri Pechanec
8b0428404b DBZ-3473 SQL Server field moved reading to connection 2021-05-06 05:37:36 +02:00
Jiri Pechanec
13334ee72f DBZ-3473 Add current chunk metric 2021-05-06 05:37:36 +02:00
Jiri Pechanec
39d21806eb DBZ-3473 Metrics enabled 2021-05-06 05:37:36 +02:00
Jiri Pechanec
3d940ca14a DBZ-3473 Support for cursor-based fetching 2021-05-06 05:37:36 +02:00
Jiri Pechanec
c53785dde7 DBZ-3473 Incremental Snapshot support for MySQL 2021-05-06 05:37:36 +02:00
Jiri Pechanec
4e95056ddd DBZ-3473 Test stabilization 2021-05-06 05:37:36 +02:00
Jiri Pechanec
d10bf3f7ef DBZ-3473 Log chunk id 2021-05-06 05:37:36 +02:00
Jiri Pechanec
49c5a00bbf DBZ-3473 Share read JDBC value between regular and incremental snapshot 2021-05-06 05:37:36 +02:00
Jiri Pechanec
91ecbcc81a DBZ-3473 Share read statement creation between regular and incremental snapshot 2021-05-06 05:37:36 +02:00
Jiri Pechanec
dd2bc6354b DBZ-3473 Pass the main clock form connector 2021-05-06 05:37:36 +02:00
Jiri Pechanec
3371e6ccb3 DBZ-3473 Enable per-dialect query limit 2021-05-06 05:37:36 +02:00
Jiri Pechanec
260c32cf0e DBZ-3473 Resume parallel snapshot after connector restart 2021-05-06 05:37:36 +02:00
Jiri Pechanec
4d52b21a76 DBZ-3473 Ignore parallel snapshot for connector not supporting it 2021-05-06 05:37:36 +02:00
Jiri Pechanec
fd9c9d02b4 DBZ-3473 Handle exceptions 2021-05-06 05:37:36 +02:00
Jiri Pechanec
37626c0dfe DBZ-3473 Extract incremental snapshot context 2021-05-06 05:37:36 +02:00
Jiri Pechanec
07371c085b DBZ-3473 Watermark signals must be in separate tx 2021-05-06 05:37:36 +02:00
Jiri Pechanec
a52c536a68 DBZ-3473 First prototype of incremental snapshotting 2021-05-06 05:37:36 +02:00
roldanbob
66da6938a0
[docs] Restore ModuleID to Db2 connector props topic
Restore the ModuleID declaration `descriptions-of-debezium-db2-connector-configuration-properties` that is used for the for the connector properties topic downstream and which was removed as part of the recent user guide update for the Db2 connector in DBZ-3298.
2021-05-05 23:15:43 -04:00
roldanbob
91d3dfde0a
[docs] Restore downstream ModuleID for config properties topic
Previously, I removed the downstream ModuleID declaration for the Connector properties topic on L1947  because of a linking problem. I now believe that the problem resulted from errors in the way that the downstream content was structured, so I've restored the Module ID and the link to it on L1642.
2021-05-05 22:16:41 -04:00
roldanbob
257b1f32dc
[docs] Correct typo
Emitting is misspelled as emmitting.
2021-05-05 17:21:38 -04:00
Jiri Pechanec
7415dc91de DBZ-3497 Rename the variable 2021-05-05 13:17:28 +02:00
Anisha Mohanty
5156ea0d16 DBZ-3497 Handle MySQL DATE default value parser to accept timestamp 2021-05-05 13:17:28 +02:00