Skip to content
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 0.8 Support #13

Closed
Lanzaa opened this issue Feb 19, 2013 · 4 comments
Closed

Kafka 0.8 Support #13

Lanzaa opened this issue Feb 19, 2013 · 4 comments

Comments

@Lanzaa
Copy link

Lanzaa commented Feb 19, 2013

Kafka 0.8 is fairly far along in the development process. Should there be a kafka-python branch targeting the new protocol?

@mumrah
Copy link
Collaborator

mumrah commented Feb 20, 2013

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

@mumrah
Copy link
Collaborator

mumrah commented Mar 9, 2013

@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

@medcl
Copy link

medcl commented Mar 11, 2013

great~

@Lanzaa
Copy link
Author

Lanzaa commented Mar 11, 2013

The code is looking good.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants