Commit Graph

10769 Commits

Author SHA1 Message Date
Jakub Cechacek
7552f815b0 DBZ-8041 Updated k8s manifests and examples with dev version at the end of release process 2024-07-16 16:59:04 -04:00
mfvitale
3499f9e80d DBZ-8050 Skip data collection names that fails to be parsed as TableId 2024-07-16 16:56:30 -04:00
Chris Cranford
3bd71a5e69 DBZ-8011 Small naming refactor 2024-07-16 16:50:10 -04:00
mfvitale
1039ccfcf2 DBZ-8011 CloseWindow signal with INSERT_DELETE strategy will be processed through the event dispatcher 2024-07-16 16:50:10 -04:00
Chris Cranford
bf2d325ddb DBZ-8068 Fix logging for LogMiner streaming metrics 2024-07-15 13:19:16 -04:00
ani-sha
200d2cabc2 DBZ-8062 Add Postgres 12 profile for test in CI 2024-07-15 11:35:52 -04:00
ani-sha
26f1424d04 DBZ-8062 Upgrade postgres server version to 15 2024-07-15 11:35:52 -04:00
Chris Cranford
e769c35eaf DBZ-8067 Disable DebeziumResourceNoTopicCreationIT - Not compatible with Java 21 2024-07-15 11:33:38 -04:00
Jakub Cechacek
a21ade7ed3 DBZ-8059 Updated FakeDNS to JDK 18 InetAddressResolver SPI 2024-07-15 17:26:09 +02:00
Debezium Builder
a4a6b03397 [release] New parent 3.0.0-SNAPSHOT for development 2024-07-11 03:37:18 -04:00
Debezium Builder
4bdfc022e5 [maven-release-plugin] prepare for next development iteration 2024-07-11 03:35:25 -04:00
Debezium Builder
fe064f99ff [maven-release-plugin] prepare release v3.0.0.Alpha1 2024-07-11 03:35:25 -04:00
Debezium Builder
bf1ef0cd92 [release] Stable parent 3.0.0.Alpha1 for release 2024-07-11 03:34:57 -04:00
Debezium Builder
b58c445ec7 [release] Development version for testing module deps 2024-07-11 03:34:41 -04:00
Debezium Builder
53b14371e5 [maven-release-plugin] prepare for next development iteration 2024-07-11 03:24:06 -04:00
Debezium Builder
61fb58f24f [maven-release-plugin] prepare release v3.0.0.Alpha1 2024-07-11 03:24:06 -04:00
Debezium Builder
34650572a1 [release] Stable 3.0.0.Alpha1 for testing module deps 2024-07-11 03:21:39 -04:00
Jiri Pechanec
134b21d66f [release] Changelog for 3.0.0.Alpha1 2024-07-11 09:18:33 +02:00
Jiri Pechanec
f3ecf3517e DBZ-8043 Add contributor 2024-07-11 06:19:54 +02:00
Aravind
5ad3be2568 DBZ-8043 Document the support for spanner's FLOAT32 type 2024-07-11 06:19:54 +02:00
roldanbob
a5277b7463 DBZ-8031 Specify that custom converters require relational DB connector 2024-07-10 16:42:50 -04:00
Chris Cranford
d292bb8479 DBZ-7946 Add log message during partition open requests 2024-07-10 09:29:48 -04:00
Chris Cranford
d95e496df0 DBZ-7946 Handle partition rebalances
There are two things at play here to support partition rebalance. The first is to handle
the close function call to remove the entry from the offset map that is maintained by
the connector when a partition rebalance happens.

The second is to address the fact that Kafka 3.6+ changed the SinkRecord API and in
order to match the close TopicPartition list with the managed offsets, we need to
always make sure we use the originalXXXX methods that were added in Kafka 3.6, falling
back to the old behavior for Kafka 3.5 or before.
2024-07-10 09:29:48 -04:00
roldanbob
bedf4e5251 DBZ-8031 Remove statement about post processors not working with MongoDB 2024-07-10 08:24:18 -04:00
roldanbob
dd44a7b1dc DBZ-8031 Post processors/custom converters work only w/ src connectors 2024-07-10 08:24:18 -04:00
Andreas Martens
518e023fca DBZ-8023 check PDB field against both null and blank 2024-07-10 06:23:12 +02:00
Ryan van Huuksloot
ad1ae7a124 [typo] Typo in AsyncDebeziumEngine 2024-07-10 06:22:39 +02:00
mfvitale
5f17e289bc DBZ-7920 Rename ZonedTimestampType to DebeziumZonedTimestampType 2024-07-09 14:57:40 +02:00
mfvitale
e406ffd034 DBZ-7920 Add support for timestamp infinity values for Db2 2024-07-09 14:57:40 +02:00
mfvitale
4fd96e86af DBZ-7920 Add support for timestamp infinity values for Oracle 2024-07-09 14:57:40 +02:00
mfvitale
a035a2e4bf DBZ-7920 Add support for timestamp infinity values for SQLServer 2024-07-09 14:57:40 +02:00
mfvitale
370badd9e7 DBZ-7920 Add support for timestamp infinity values for MySQL 2024-07-09 14:57:40 +02:00
mfvitale
acabb806d3 DBZ-7920 Use more reliable check on infinity value assertions 2024-07-09 14:57:40 +02:00
mfvitale
2b9ad53b1a DBZ-7920 Add support for 'infinity' values for PostgreSQL 2024-07-09 14:57:40 +02:00
roldanbob
c691dcecd1 DBZ-7785 Replace connector name with attribute
Co-authored-by: Chris Cranford <ccranfor@redhat.com>
2024-07-09 08:54:53 -04:00
roldanbob
b7416af7fe DBZ-7785 Replace connector name with attribute
Co-authored-by: Chris Cranford <ccranfor@redhat.com>
2024-07-09 08:54:53 -04:00
roldanbob
63f2ed1fcb DBZ-7785 Replace connector name with attribute
Co-authored-by: Chris Cranford <ccranfor@redhat.com>
2024-07-09 08:54:53 -04:00
roldanbob
998937bfe6 DBZ-7785 Replace connector name with attribute
Co-authored-by: Chris Cranford <ccranfor@redhat.com>
2024-07-09 08:54:53 -04:00
roldanbob
b8a1bf76dc DBZ-7785 Replace connector name with attribute
Co-authored-by: Chris Cranford <ccranfor@redhat.com>
2024-07-09 08:54:53 -04:00
roldanbob
bd573f1106 DBZ-7785 Replace connector name with attribute
Co-authored-by: Chris Cranford <ccranfor@redhat.com>
2024-07-09 08:54:53 -04:00
roldanbob
49c6edb2ef DBZ-7786 Populate link text in shared file xrefs 2024-07-09 08:54:53 -04:00
roldanbob
1f56edfc7c DBZ-7786 Remove ModuleIDs for topics targeted by xrefs in shared file 2024-07-09 08:54:53 -04:00
roldanbob
0631f9a88e DBZ-7786 A few more adjustments to address downstream build errors 2024-07-09 08:54:53 -04:00
roldanbob
9b768b8aa4 DBZ-7786 Further fixes to address downstream build errors 2024-07-09 08:54:53 -04:00
roldanbob
70a8a76d15 DBZ-7786 Formatting fixes; corrections for downstream build issues 2024-07-09 08:54:53 -04:00
roldanbob
242931930b DBZ-7786 Edits to fix formatting and correct build errors. 2024-07-09 08:54:53 -04:00
roldanbob
11fa0ba0db DBZ-7786 Creates shared files; intial edits to incorporate into MariaDB 2024-07-09 08:54:53 -04:00
Chris Cranford
d2fd46e88b DBZ-7786 Remove MariaDB bits from MySQL documentation 2024-07-09 08:54:53 -04:00
Chris Cranford
06d930e990 DBZ-7786 Add MariaDB connector documentation 2024-07-09 08:54:53 -04:00
Fiore Mario Vitale
39c7591cdb DBZ-7224 Use Java 21 for building 2024-07-09 12:27:29 +02:00