Skip to content

CDC-to-Kafka 4.1.0

Compare
Choose a tag to compare
@woodlee woodlee released this 14 Mar 19:38
· 10 commits to master since this release
6d480f3

This release adds two new features:

  1. Snapshot logging: You can now configure the process to optionally produce to a new logging topic, with messages that provide a history of table snapshot start/completion/reset events. This is meant to support cleaning up prior messages in a table-topic if and when a later re-snapshot of a table is performed.
  2. IAM authentication for AWS MSK clusters: New configuration parameters allow for SASL/OAUTHBEARER-based authentication to AWS MSK Kafka clusters secured via IAM. The code structure also provides for an easy way to add other OAuth-based authenticators in the future.

The process is now based on Python 3.12, and Python package dependencies have been updated to the latest currently available.