Skip to content

0.8.1

Compare
Choose a tag to compare
@edenhill edenhill released this 04 Dec 19:02
· 4292 commits to master since this release

Bugfix and enhancement release.

Bugfixes:

  • Correctly handle IPv6 broker addresses added by application (issue #23)
  • Let produce API honour "message.max.bytes" (issue #24)
  • Dont re-query metadata immediately if leader was lost (issue #28)
  • Fixed recursive locking on broker fail+buf retry (issue #27)
  • Compilation warning fixes on various platforms and setups
  • Dont reuse broker ERR_REQUEST_TIMED_OUT if timeout was local.

Enhancements:

  • rdkafka_performance consumer: call poll to handle stats callbacks.
  • Reformatted stats JSON output not to contain arrays
  • Added broker request RTT statistic
  • Added rd_kafka_version() and rd_kafka_version_str()
  • Added socket.send.buffer.bytes and socket.receive.buffer.bytes configuration properties