Commit Graph

6159 Commits

Author SHA1 Message Date
Jiri Pechanec
740b6b21f6 DBZ-4298 Support non-JDBC logical values in keys for incremental snapshots
Incremental snapshot source gets the PK values after they are processed
by value converter. This is usally correct solution. The values are
passed to chunk queries. There are few datatypes like unconstrained
NUMERIC in PostgreSQL that must be converted to a Debezium specific
class to keep and enrich the value. Such class is not known to JDBC
driver. This commit intorduce a marker interface that enables the code
to identify the value not recognized by JDBC and provides a method to
obtain the original value.
2021-12-13 12:29:21 +01:00
Chris Cranford
882bb9c4d4 DBZ-3306 Only emit schema changes if table schema actual changed 2021-12-11 20:39:46 +01:00
Chris Cranford
33c0266dcf DBZ-4426 Log message when Oracle schema locks are disabled by configuration 2021-12-11 01:17:46 -05:00
Gunnar Morling
0023cb10a5
DBZ-4393 Create a Debezium Schema Generator for Debezium connectors
* added an API generator for Debezium connectors and static API definitions for connectors in a separate module
* added Maven plug-in
* added GH workflow for debezium-schema-generator

Co-authored-by: rkerner <rkerner.mobil@gmail.com>
Co-authored-by: Anisha Mohanty <anishamohanty23@gmail.com>
2021-12-10 12:35:09 +01:00
Gunnar Morling
73cfe71342 DBZ-4423 Micro-optimizing Strings::duration() 2021-12-10 11:30:18 +01:00
Debezium Builder
97f63809d7 [release] Development version for testing module deps 2021-12-09 20:24:59 +00:00
Debezium Builder
f53e6c00df [maven-release-plugin] prepare for next development iteration 2021-12-09 20:16:04 +00:00
Debezium Builder
826837701a [maven-release-plugin] prepare release v1.8.0.CR1 2021-12-09 20:16:04 +00:00
Debezium Builder
04a6afd4db [release] Stable 1.8.0.CR1 for testing module deps 2021-12-09 20:13:46 +00:00
roldanbob
ca776acf57
[docs] Fix formatting error in message.key.columns
In the property table, fixed a formatting error in the description for message.key.columns
2021-12-09 12:33:28 -05:00
Jiri Pechanec
87182f7c2a [release] Changelog for 1.8.0.CR1 2021-12-09 14:25:06 +01:00
Gunnar Morling
b20e6aa096
[docs] Fixing outbox example listing 2021-12-09 11:32:22 +01:00
narcsfz
87fc1dc535 DBZ-4428 update Vitess source metadata example 2021-12-09 10:52:42 +01:00
Jiri Pechanec
9e5661b573 DBZ-3342 Addressed review comments 2021-12-09 10:03:41 +01:00
Jiri Pechanec
632f228581 DBZ-3342 Incremnetal snapshot documentation 2021-12-09 10:03:41 +01:00
Jiri Pechanec
b1dcfcb0b8 DBZ-3342 Incremental snapshot support for MongoDB 2021-12-09 10:03:41 +01:00
Chris Cranford
950ee4d212 DBZ-4425 Fix Oracle Infinispan unavailable value serialization 2021-12-08 20:43:19 -05:00
Chris Cranford
cdf31f67c2 DBZ-4422 Fix inconsistencies with XStream LOB handling 2021-12-08 20:43:19 -05:00
Chris Cranford
141c034a20 DBZ-4385 Javadoc fixes 2021-12-08 15:00:53 -05:00
Chris Cranford
e3141556f8 DBZ-4385 Don't specify mining strategy in tests 2021-12-08 15:00:53 -05:00
Tom Billiet
ec9f122e0a DBZ-4385 Truncate support for Oracle 2021-12-08 15:00:53 -05:00
Chris Cranford
ceea7a7b5f DBZ-4277 Clean-up variable usage, fix incrementation 2021-12-08 18:46:19 +01:00
Chris Cranford
9e846710a3 DBZ-4277 Prevent infinite loop 2021-12-08 18:46:19 +01:00
Chris Cranford
c57f793387 DBZ-4277 Multi-batch dispatch to EventHubs 2021-12-08 18:46:19 +01:00
Jiri Pechanec
4cd5b092e9 DBZ-4205 Address review comments 2021-12-08 15:48:49 +01:00
Gunnar Morling
72a8662bd3 DBZ-4205 Document fixes and other misc. adjustments 2021-12-08 15:48:49 +01:00
Jiri Pechanec
25b29673db DBZ-4205 Support for cloud events 2021-12-08 15:48:49 +01:00
Jiri Pechanec
9901c43c8a DBZ-4205 Switch oplug to change streams is safe 2021-12-08 15:48:49 +01:00
Jiri Pechanec
a181d3c910 DBZ-4205 Test safety against capture mode switch 2021-12-08 15:48:49 +01:00
Jiri Pechanec
f037b35954 DBZ-4205 Document change streams capture mode 2021-12-08 15:48:49 +01:00
Jiri Pechanec
af401a0d71 DBZ-4205 Handle new transaction id format 2021-12-08 15:48:49 +01:00
Jiri Pechanec
6dcd3c0eab DBZ-4205 Decouple change stream session TX id 2021-12-08 15:48:49 +01:00
Jiri Pechanec
39140a07b4 DBZ-4205 Add missing assertions 2021-12-08 15:48:49 +01:00
Jiri Pechanec
a516e78d94 DBZ-4205 Make config class immutable again 2021-12-08 15:48:49 +01:00
Gunnar Morling
1f8fd22685 DBZ-4341 Improving logging;
Also fixing incorrect JavaDoc.
2021-12-08 13:12:54 +01:00
jcechace
1d463b2f08 DBZ-4382 Added missing avro tests for Oracle 2021-12-08 12:57:59 +01:00
jcechace
b1835df842 DBZ-3963 Tweaked Oracle configuration and test naming 2021-12-08 12:57:59 +01:00
Anisha Mohanty
1ccc674131
DBZ-4028 Add test cases for Connect REST extension 2021-12-08 11:32:57 +01:00
Chris Cranford
8f007e08a2 DBZ-4388 Don't set default value if resolution fails 2021-12-07 16:38:22 +01:00
Chris Cranford
c095cb7090 DBZ-2792 Remove test 2021-12-07 14:57:23 +01:00
Chris Cranford
3ec16a6975 DBZ-4035 Upgrade to Quarkus 2.5.0.Final 2021-12-07 14:57:23 +01:00
Chris Cranford
b6377d565c DBZ-3635 Made option internal & undocumented 2021-12-07 14:48:03 +01:00
Chris Cranford
9f9758c6d3 DBZ-3635 Allow fetching of transaction logs to be retried. 2021-12-07 14:48:03 +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
Chris Cranford
0207a11050 DBZ-4396 Improve Oracle ANALYZE grammar support 2021-12-07 09:57:09 +01:00
Anisha Mohanty
8a58089221 DBZ-4402 Support keyword CHAR SET for defining charset options 2021-12-07 09:37:02 +01:00
Chris Cranford
39f9b9de26 DBZ-4400 Documentation updates 2021-12-06 07:29:35 -05:00
Chris Cranford
975c2a1e32 DBZ-4400 Fix not-null CLOB column support when LOB disabled 2021-12-06 07:29:35 -05:00
Chris Cranford
51eec83564 DBZ-4400 Fix not-null BLOB column support when LOB disabled 2021-12-06 07:29:35 -05:00