Skip to content

CDC-to-Kafka 4.1.1

Compare
Choose a tag to compare
@woodlee woodlee released this 22 Mar 21:40
· 8 commits to master since this release

This release fixes two bugs:

  1. 790b618 (Fix for bursts of SASL auth errors at startup time) - This did not directly impact the process, but was confusing for logging and error-aggregating tools.
  2. b45ebee (Removing unnecessary consumer.close() that can cause shutdown hangs) - This would cause the process to not exit fully upon exceptions if the SASL auth token for the Kafka consumer had expired between startup and the time of the exception.