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

New Kafka .9 consumer #49

Open
dtboctor opened this issue Apr 26, 2016 · 3 comments
Open

New Kafka .9 consumer #49

dtboctor opened this issue Apr 26, 2016 · 3 comments

Comments

@dtboctor
Copy link

Is there any plan to make this work with the .9 consumer? I know the architecture of that consumer is much different.

@sclasen
Copy link
Owner

sclasen commented Apr 26, 2016

So, since this library was written before both kafka 0.9 and akka-streams 1.0 it looks the way it does.

If I were going to re-write an akka-kafka client these days, I would certianly want to use 0.9 and also akka-streams which has a much more advanced backpressure mechanism, as well as more type safety.

Im not sure there is a way to make akka-kafka support .9 without breaking .8 support? Do you know if both versions are 'classpath compatible' or would we need seperate modules for 0.8 and 0.9?

@sclasen
Copy link
Owner

sclasen commented Apr 29, 2016

Maybe this is already there? https:/akka/reactive-kafka

@dtboctor
Copy link
Author

Yeah, I was actually looking at this now.

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

2 participants