v2.3.0
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.