-
Notifications
You must be signed in to change notification settings - Fork 803
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
kafka 2.0 support #440
Comments
Any plan for support kafka 2.0????? |
I think there is an issue with Kafka 2.0. I believe it is related to this library that burrow uses https://github.com/Shopify/sarama |
Same question as hejiaji had above. We are looking to upgrade Kafka, but love burrow. |
We just ran into this today after upgrading to 2.0.... |
Sarama supports kafka 2.0 as of release 1.18.0 |
See #447 |
Upgrade sarama to support Kafka 2.0.0 (#440)
#447 was merged. |
@bai 👍 |
i would luv kafka 2.0 support !!! |
Currently Burrow reports growing lags for kafka 2.0 brokers, while
kafka-consumer-groups
reports zero lag.Just to mention, from kafka 2.0 KIP-222 ConsumerGroup operations of AdminClient could be used to get groups and offsets..
The text was updated successfully, but these errors were encountered: