Confluent-kafka-go: Requires librdkafka 1.0.0, which doesn't exist.

Created on 6 Dec 2018  路  5Comments  路  Source: confluentinc/confluent-kafka-go

Description

See title

How to reproduce

Try to build with librdkafka 0.11.6 (latest release) and current master of confluent-kafka-go.

Checklist

Please provide the following information:

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

Most helpful comment

We're sorry about this hassle, we're moving to an off-master development branch. Until then we'll relax the version requirements.

All 5 comments

+1
Seems like this isn't the first time this library has had an issue with forcing a dependency upgrade too quickly either: https://github.com/confluentinc/confluent-kafka-go/issues/158

Yes, what are we supposed to do? librdkafka v1.0.0 isn't released yet which means we cannot use the Go library :/

I've been able to build using the v1.0.0-RC4 version.

We're sorry about this hassle, we're moving to an off-master development branch. Until then we'll relax the version requirements.

There, master should now be back to requiring librdkafka >=v0.11.5

Was this page helpful?
0 / 5 - 0 ratings