Confluent Kafka Golang Client v1.4.2 Release Notes

Release Date: 2020-05-07 // almost 4 years ago
  • confluent-kafka-go v1.4.2

    🚀 v1.4.2 is a maintenance release:

    • The bundled librdkafka directory (kafka/librdkafka) is no longer pruned by Go mod vendor import.
    • ⬆️ Bundled librdkafka upgraded to v1.4.2, highlights:
      • System root CA certificates should now be picked up automatically on most platforms
      • Fix produce/consume hang after partition goes away and comes back,
        such as when a topic is deleted and re-created (regression in v1.3.0).

    librdkafka v1.4.2 changes

    🚀 See the librdkafka v1.4.2 release notes for changes to the bundled librdkafka included with the Go client.