Skip to content

CDC-to-Kafka 4.0.1

Compare
Choose a tag to compare
@woodlee woodlee released this 18 Aug 16:38
· 15 commits to master since this release
83df352

This is a bugfix release, addressing the following bugs that appeared in v4.0.0:

  1. Crashes during initial start due to Kafka transactional producer fencing during long-running transactions when, e.g., several new tables are first added for tracking.
  2. Failure to correctly recognize that a topic is not preexisting, and needs creating.
  3. Typo in the name of a newly-added message header indicating a message's source table, in unified-topic messages.
  4. A TypeError raised when first evaluating whether an empty SQL table needs snapshotting.
  5. Continued attempts to prevent occasional process hangs when the process exits due to repeated SQL query timeouts.