Skip to content

Releases: yugabyte/debezium-connector-yugabytedb

v1.9.5.y.220.4

11 Jul 09:07
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.9.5.y.220.3...v1.9.5.y.220.4

v1.9.5.y.220.SNAPSHOT.11

10 Jul 11:48
Compare
Choose a tag to compare
Pre-release

What's Changed

Full Changelog: v1.9.5.y.220.3...v1.9.5.y.220.SNAPSHOT.11

v1.9.5.y.220.3

25 Jun 06:16
Compare
Choose a tag to compare

What's Changed

  • [DBZ] Skip adding column to change event if received tuple is empty by @vaibhav-yb in #337

Full Changelog: v1.9.5.y.220.2...v1.9.5.y.220.3

v1.9.5.y.220.SNAPSHOT.10

21 Jun 13:12
Compare
Choose a tag to compare
Pre-release

What's Changed

  • [DBZ] Skip adding column to change event if received tuple is empty by @vaibhav-yb in #337

Full Changelog: v1.9.5.y.220.2...v1.9.5.y.220.SNAPSHOT.10

v1.9.5.y.220.2

30 May 19:24
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.9.5.y.220.1...v1.9.5.y.220.2

v1.9.5.y.220.SNAPSHOT.9

28 May 14:36
Compare
Choose a tag to compare
Pre-release

What's Changed

Full Changelog: v1.9.5.y.220.1...v1.9.5.y.220.SNAPSHOT.9

v1.9.5.y.220.1

08 May 07:16
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.9.5.y.220...v1.9.5.y.220.1

v1.9.5.y.220.SNAPSHOT.8

24 Apr 11:28
Compare
Choose a tag to compare
Pre-release

What's Changed

Full Changelog: v1.9.5.y.220...v1.9.5.y.220.SNAPSHOT.8

v1.9.5.y.220

11 Mar 07:14
Compare
Choose a tag to compare

Summary

Support for tablet splitting

Handling of tablet splitting at runtime is now fully handled across task, connector or service restarts. This was made possible by using tablet ranges rather than static tablet IDs, so now tablet ranges are distributed across different tasks and whenever there is a split in any of the range it is handled in the task dynamically.

Snapshot fixes

This release encompasses the hardening of the snapshot flow by ensuring that there is no data loss while transitioning from snapshot phase to streaming phase. Simultaneously, this release fixes a bug which caused the task to get stuck in the snapshot phase and never transition to streaming.

What's new

Configurations

Property Default Description
log.get.changes false Whether to log every GetChangesRequest RPC being called on server.
last.callback.timeout.ms 180000 The timeout value which will be used to determine whether to publish the last snapshot record of the last snapshot batch again. If the environment setting is such that the commit callbacks are not very frequent then it is advised that this should be set to a higher value accordingly.
mbean.registration.retries 12 The number of times MBean registration will be retried in case of failures.
mbean.registration.retry.delay.ms 5000 The delay after which MBean registration will be tried again in case of registration failures.
max.rpc.retry.attempts 1800 Maximum number of attempts a RPC will be retried if there are failures.
rpc.retry.sleep.time.ms 500 Interval in milliseconds between successive retry calls for a failed RPC.

What's Changed

Miscellaneous

New Contributors

Full Changelog: v1.9.5.y.33.2...1.9.5.y.220

v1.9.5.220.SNAPSHOT.7

08 Mar 08:14
Compare
Choose a tag to compare
v1.9.5.220.SNAPSHOT.7 Pre-release
Pre-release

What's Changed

Full Changelog: v1.9.5.y.220.SNAPSHOT.6...v1.9.5.y.220.SNAPSHOT.7