Skip to content

v1.3.0

Compare
Choose a tag to compare
@rigelbm rigelbm released this 17 Dec 20:36
· 435 commits to master since this release

confluent-kafka-go v1.3.0

  • Purge messages API (by @khorshuheng at GoJek).

  • ClusterID and ControllerID APIs.

  • Go Modules support.

  • Fixed memory leak on calls to NewAdminClient(). (discovered by @gabeysunda)

  • Requires librdkafka v1.3.0 or later

librdkafka v1.3.0 changes

Full librdkafka v1.3.0 release notes.

  • KIP-392: Fetch messages from closest replica/follower (by @mhowlett).
  • Experimental mock broker to make application and librdkafka development testing easier.
  • Fixed consumer_lag in stats when consuming from broker versions <0.11.0.0 (regression in librdkafka v1.2.0).