Confluent Kafka Golang Client v1.3.0 Release Notes

Release Date: 2019-12-17 // over 4 years ago
  • 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).