-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Kafka 0.8 Support #13
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
Comments
I am pretty close to having the 0.8 protocol implemented. It is a complete rewrite, so it's taking a bit of effort. Once the protocol is done and some basic tests are in place I will push what I have to a 0.8 branch. From there I will start working on the higher level APIs |
@Lanzaa I just pushed what I've got so far for 0.8 if you're interested. The protocol is mostly finished, but there's still some work left on the actually useful APIs (producer, consumers, queue, iterator, etc). https://github.com/mumrah/kafka-python/tree/0.8 |
great~ |
The code is looking good. |
Kafka 0.8 is fairly far along in the development process. Should there be a kafka-python branch targeting the new protocol?
The text was updated successfully, but these errors were encountered: