-
Notifications
You must be signed in to change notification settings - Fork 77
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
Update to Kafka 0.9 #72
Comments
Have you started any work on this yet or do you have a branch I could start contributing to? Working on a project using the new security features and would rather just keep using this lib instead of trying to roll another one. |
I haven't started working on it- we're still using 0.8 (and probably will be for a while) so I'm v happy for someone else to start it. I've just created a |
Excellent, thanks. It will definitely be a WIP for a while. There were some non-trivial updates/changes in this release. |
No worries- I've bumped the version in project.clj to 0.4-SNAPSHOT, I've On Mon, Nov 30, 2015 at 2:13 PM, Worth Becker notifications@github.com
|
I've been writing a client lib based on http://www.confluent.io/blog/tutorial-getting-started-with-the-new-apache-kafka-0.9-consumer-client |
Hi, So @ragnard has started looking into this (he's using one of our more up-to-date clusters). He's going to start pushing his work to a branch- I think we're going to favour something which does as little extra on-top of the regular Kafka API as possible (albeit exposing sequences etc. so it fits into the rest of the Clojure ecosystem). I'm guessing adding offset committal would probably fit within that scope so its probably worth including in the main lib. I've no idea how far @ragnard has got yet- if you have a fork it'd be cool to see what you've been up to. |
I started from scratch TBH as I was just doing this in some spare time I had off. I will go ahead and publish it to github when I can and if in the future you decide it would fit well or if I can layer it on top of clj-kafka then I'll do that. |
Sounds like a decent way to do it! Great, thank you. On Fri, Jan 29, 2016 at 11:03 AM, David Smith notifications@github.com
|
Hey @shmish111 @pingles , I just opened #77 for this change. It's WIP, so far I've basically just ported the "new" producer API from the current clj-kafka version to the latest Java client API, and removed a whole bunch of stuff. I'll outline my thoughts around for a new major release in the PR, so feel free to follow that and participate. |
Hi @ragnard Seeing as the new 0.9.0.0 consumer is incompatible with 0.8.x brokers, is the plan to have I'm using a 0.9 cluster and would like to contribute as much as I can to the 0.9 effort. I would like to know more about the general plans and people's thoughts before I do anything more. -- Dayo |
Any movement on this? |
No description provided.
The text was updated successfully, but these errors were encountered: