Commit Graph

7481 Commits

Author SHA1 Message Date
harveyyue
a37d3332df DBZ-5610 MySQL Connector capture TRUNCATE command as message in table topic 2022-10-20 08:57:28 +02:00
Jeremy Ford
6595bff32a DBZ-5530 Add documentation for using predicates 2022-10-20 08:27:27 +02:00
Jiri Pechanec
c6babedbdf DBZ-5530 Improve test cases 2022-10-20 08:27:27 +02:00
Jeremy Ford
9072ea404f DBZ-5530 Add support for predicates in debezium embedded engine. 2022-10-20 08:27:27 +02:00
Yang Wu
370a6db733 DBZ-5736 Expose heartbeatFrequency to Mongo connector config 2022-10-19 13:58:36 +02:00
Jiri Pechanec
b9b82c80ed DBZ-5352 Review comments applied
Co-authored-by: roldanbob <broldan@redhat.com>
2022-10-19 13:35:38 +02:00
Chris Cranford
033f104704 DBZ-5352 Clarify table eligibility rules for schema history topic 2022-10-19 13:35:38 +02:00
Chris Cranford
93e4eb0092 DBZ-5482 TransactionBoundaryMode ALL mode more reliable 2022-10-19 13:31:00 +02:00
Chris Cranford
7c07c3faaf DBZ-5682 Allow unique index NULL values in trx reconciliation 2022-10-19 13:28:40 +02:00
Anisha Mohanty
9010fa65ff DBZ-5726 Use DEFAULT_COLLATION_CLAUSE 2022-10-19 07:01:28 -04:00
Bob Roldan
ff971cee80 DBZ-5735 Promote Oracle RAC content to GA by removing TP admonitions 2022-10-19 09:30:33 +02:00
Anisha Mohanty
0c897925c5 DBZ-5734 Modify SPLIT_TABLE_PARTITION clause 2022-10-18 12:40:26 -04:00
Jiri Pechanec
53731e5662 DBZ-5370 Support for PostgreSQL 15 2022-10-18 12:04:55 +02:00
Jiri Pechanec
a51df5e55c DBZ-5737 Upgrade Pulsar to 2.10.1 2022-10-17 13:44:26 +02:00
Jiri Novotny
18df82710c DBZ-3129 Add OCP cluster provisioning job 2022-10-14 22:33:09 +02:00
Debezium Builder
c62d052562 [release] Development version for testing module deps 2022-10-14 11:35:56 +00:00
Debezium Builder
4d35fb8011 [maven-release-plugin] prepare for next development iteration 2022-10-14 11:26:32 +00:00
Debezium Builder
7bd1551c99 [maven-release-plugin] prepare release v2.0.0.Final 2022-10-14 11:26:32 +00:00
Debezium Builder
697a27f6d6 [release] Stable 2.0.0.Final for testing module deps 2022-10-14 11:23:55 +00:00
Jiri Pechanec
e051f35c18 [release] Changelog for 2.0.0.Final 2022-10-14 13:20:33 +02:00
jcechace
b8036f32e7 DBZ-5213 Adding option to skip UI when building container images 2022-10-14 12:21:19 +02:00
harveyyue
299f93afd7 DBZ-5709 The DDL_FILTER of SchemaHistory doesn't work for including break lines ddl statement 2022-10-14 09:21:40 +02:00
Jochen Schalanda
9daa4427cb DBZ-5724 Add myself as contributor
https://github.com/debezium/debezium/pull/3957#issuecomment-1277256857
2022-10-14 08:35:53 +02:00
Jochen Schalanda
45ec33c17b DBZ-5724 Add PRIMARY as keyword to MySQL grammar to fix index hints
Index hints using the primary index (`USE INDEX(PRIMARY)`) are currently
failing because `PRIMARY` is missing from the list of keywords in the
ANTLR-based MySQL parser.

According to https://dev.mysql.com/doc/refman/8.0/en/keywords.html#keywords-8-0-detailed-P,
`PRIMARY` is a reserved keyword.

Index hints: https://dev.mysql.com/doc/refman/8.0/en/index-hints.html
2022-10-14 08:35:53 +02:00
jcechace
cd98d15866 DBZ-5213 Support for multiarch image build 2022-10-14 08:34:07 +02:00
thangdc94
f6be36612f DBZ-5276 Remove redundant import 2022-10-14 08:22:56 +02:00
thangdc94
c53af41deb DBZ-5276 Fix wrong log switching condition 2022-10-14 08:22:56 +02:00
thangdc94
4a9539266d DBZ-5276 Fix Group by condition for thread 2022-10-14 08:22:56 +02:00
thangdc94
d233e969e7 DBZ-5276 Prevent add duplicate log file 2022-10-14 08:22:56 +02:00
harveyyue
0cbd14e67f DBZ-5728 MySqlSchemaMigrationIT runs failed 2022-10-14 07:20:24 +02:00
Alberto Martino
9e96606eee DBZ-5715 MongoDB router uses collection not table in names
For the MongoDB Outbox Event router the property:
`transforms.outbox.table.fields.additional.placement` doesn't works because the Mongo event router looks to the property
`transforms.outbox.collection.fields.additional.placement` to expose additional fields.
2022-10-13 08:59:26 +02:00
Jiri Pechanec
47bdbbcaad DBZ-5711 Prevent Quarkus from overriding driver version 2022-10-13 08:48:52 +02:00
Vojtech Juranek
0c9bd0f1b1 DBZ-5329 Update tx ID in Postgres documentation 2022-10-11 15:38:33 +02:00
Vojtech Juranek
820b9d10d5 DBZ-5329 Add LSN to Postgres transation ID
Add `EventDispatcher` constructor which accepts `TransactionMonior`
instance as a parameter and in case of Postgres pass into
`EventDispatcher` custom `PostgresTransactionMonitor` which adjusts
transactions IDs by adding LSN, i.e. Postgres transaction is now of
form `txId:LSN`.
2022-10-11 15:38:33 +02:00
Vojtech Juranek
44dfa893ae DBZ-5329 Remove unsed PostgresEventDispatcher constructors 2022-10-11 15:38:33 +02:00
Vojtech Juranek
4554a63afe DBZ-5329 Allow override transaction message key/value
Allow subclasses override transaction metadata keys and values.
2022-10-11 15:38:33 +02:00
Vojtech Juranek
73f056df85 DBZ-5710 Remove whitelist/blacklist from log messages 2022-10-11 15:30:28 +02:00
harveyyue
0b86504fbc DBZ-5679 Function DATE_ADD can be used as an identifier 2022-10-11 06:03:19 +02:00
Bin Huang
acee02f35b DBZ-5628 Add documentation for pre-image support 2022-10-11 06:01:06 +02:00
harveyyue
348c13b6f8 DBZ-5708 MySqlConnector parse create view statement failed 2022-10-11 05:57:21 +02:00
Debezium Builder
62a6a1abb9 [release] Development version for testing module deps 2022-10-07 09:37:50 +00:00
Debezium Builder
884254aba1 [maven-release-plugin] prepare for next development iteration 2022-10-07 09:27:52 +00:00
Debezium Builder
a0f3263fa6 [maven-release-plugin] prepare release v2.0.0.CR1 2022-10-07 09:27:51 +00:00
Debezium Builder
ebdcb837ac [release] Stable 2.0.0.CR1 for testing module deps 2022-10-07 09:25:09 +00:00
Jiri Pechanec
f4f551ed05 [release] Changelog for 2.0.0.CR1 2022-10-07 11:21:03 +02:00
ggaborg
001371e976 DBZ-4629 infinite retries 2022-10-06 13:11:53 +02:00
ggaborg
11c588fb03 DBZ-4629 Debezium server crashes when no connection to the source db 2022-10-06 13:11:53 +02:00
Jiri Pechanec
a6a3f6fbef DBZ-5677 Add contributor 2022-10-06 11:24:32 +02:00
Sage-Pierce
e6776d7382 DBZ-5677: Ensure there is a time to start at before setting one 2022-10-06 11:24:32 +02:00
Sage-Pierce
ff213c9f03 DBZ-5677: Apply fix from DBZ-5371 for MongoDB Snapshot Source to Streaming Source 2022-10-06 11:24:32 +02:00