Confluent-kafka-go: [Question] When is the excepted update to librdkafka 1.5.0?

Created on 5 Aug 2020  路  6Comments  路  Source: confluentinc/confluent-kafka-go

Description

I'm currently running into an issue where the producer is not returning an error if it tries to produce to a topic that does not exist, with auto topic creation false. Per https://github.com/confluentinc/confluent-kafka-dotnet/issues/1144, it appears this was fixed in librdkafka 1.5.0. Is there a target date to pull this into confluent-kafka-go and tag a release?

How to reproduce

Checklist

Please provide the following information:

  • [ ] confluent-kafka-go and librdkafka version (LibraryVersion()): 1.4.2
  • [ ] Apache Kafka broker version:
  • [ ] Client configuration: ConfigMap{...}
  • [ ] Operating system:
  • [ ] Provide client logs (with "debug": ".." as necessary)
  • [ ] Provide broker log excerpts
  • [ ] Critical issue

Most helpful comment

The plan is to release confluent-kafka-go v1.5.2 with librdkafka v1.5.2 early next week.

All 6 comments

@edenhill do you know if pulling in librdkafka 1.5.x to confluent-go is planned? we would like to take advantage of some of the AKS networking fixes available in 1.5

The plan is to release confluent-kafka-go v1.5.2 with librdkafka v1.5.2 early next week.

thank you!

@edenhill do you still think this release is coming this week?

@edenhill sorry to bother. Any update on this? Azure networking is causing us tons of headaches

closing this since 1.5.2 has been released. Thanks @edenhill !

Was this page helpful?
0 / 5 - 0 ratings