Skip to content

Would this package work with stock Apache Kafka 0.10.x ? #42

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
ericywho opened this issue Sep 8, 2016 · 1 comment
Closed

Would this package work with stock Apache Kafka 0.10.x ? #42

ericywho opened this issue Sep 8, 2016 · 1 comment
Labels

Comments

@ericywho
Copy link

ericywho commented Sep 8, 2016

Would this package work with stock Apache Kafka 0.10.x or I need to use this with Confluent Kafka ?

@edenhill
Copy link
Contributor

edenhill commented Sep 8, 2016

It works with both.
The Python client defaults to broker verison 0.9.0.1, for 0.10.x brokers you should pass "api.version.request": True in your config dict when creating the Producer or Consumer.

More info here:
https://github.com/edenhill/librdkafka/wiki/Broker-version-compatibility

dtheodor pushed a commit to dtheodor/confluent-kafka-python that referenced this issue Sep 4, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants