Skip to content

v2.3.0

Compare
Choose a tag to compare
@cnweaver cnweaver released this 11 Oct 19:24
· 18 commits to master since this release
2684789

This release adds new minor features (thanks to @lpsinger), but is otherwise fully interface backwards-compatible:

  • #61: Enable Zstd compression of messages by default, with the option to choose any compression method supported by Apache Kafka.
  • #62: Add the option to adjust the producer message.max.bytes. This can be important to be able to send messages larger than the default maximum, when the configured maximum on the broker is also larger than the default.