Skip to content

v0.12

Compare
Choose a tag to compare
@github-actions github-actions released this 24 May 13:12
· 15 commits to main since this release

This release improves the flushing behavior. Flushing is now managed by the connector, rather than depending on the embedded ILP client. With more contextual awareness, the connector can make better decisions, leading to reduced latency and higher throughput. The flushing parameters can still be configured via client.conf.string, as with any other client settings.

What's Changed

  • Use auto flush configuration from client config string by @jerrinot in #22

What's New

  • Log connector version and git revision by @jerrinot in #21

What's Fixed

  • Fix NPE when Kafka Connect requests a commit right after an error by @jerrinot in #23

Full Changelog: v0.11...v0.12