Skip to content

1.9.4

Compare
Choose a tag to compare
@sfc-gh-rcheng sfc-gh-rcheng released this 12 Jul 20:14
· 184 commits to master since this release
0f570ee

One client

  • Release 1.9.4 introduces the enable.streaming.client.optimization option, which is enabled by default.
  • With this client optimization, only one client is created for multiple topic partitions per Kafka connector. This feature can reduce client runtime and lower migration cost by creating larger files.
  • Note that in a high throughput scenario (for example, 50 MB/s per connector), we recommend that you disable this property if you see an increase in latency or costs.

What's Changed

Changes made but reverted

  • Add, attempt fix and ultimately remove flakey CLA bot
  • Change Kafka put and precommit log level to info and then revert

Full Changelog: v1.9.3...v1.9.4