CDC-to-Kafka 4.0.1
This is a bugfix release, addressing the following bugs that appeared in v4.0.0:
- 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.
- Failure to correctly recognize that a topic is not preexisting, and needs creating.
- Typo in the name of a newly-added message header indicating a message's source table, in unified-topic messages.
- A
TypeError
raised when first evaluating whether an empty SQL table needs snapshotting. - Continued attempts to prevent occasional process hangs when the process exits due to repeated SQL query timeouts.