-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
upgrade to kafka 9 #2269
Comments
even more interesting:
i.e. we finally can get a nice kafka-rt pipeline :) |
We are looking to update our consumer as part of #2220 (there's some code in there using the new consumer already). Most of the other benefits can be gotten by just upgrading the Kafka brokers and don't need client side changes. |
The new Kafka indexing service is built with the 0.9 client. It also uses the new consumer and we totally do all that nice stuff with controlling offset commits ourselves and not using Kafka's ZooKeeper. |
Reasons here:
http://www.confluent.io/blog/290-reasons-to-upgrade-to-apache-kafka-0.9.0.0
The text was updated successfully, but these errors were encountered: