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

just a question - kafka 0.8.1.1 #28

Closed
foovungle opened this issue Mar 15, 2015 · 3 comments
Closed

just a question - kafka 0.8.1.1 #28

foovungle opened this issue Mar 15, 2015 · 3 comments

Comments

@foovungle
Copy link

This is not an issue per se. I see that you've started development for kafka 0.8.2.x. If I wanted to use this for kafka 0.8.1.1, which commit of this project should I use? Thanks!

@foovungle foovungle changed the title just a question just a question - kafka 0.8.1.1 Mar 15, 2015
@joestein
Copy link
Contributor

I would recommend using master and using the 0.8.2.1 client which works fine with 0.8.1.1 brokers. You can change the broker in the vagrant file to be 0.8.1.1 here https://github.com/stealthly/scala-kafka/blob/master/vagrant/kafka.sh#L35 and it should work without issue. If you really need to use the 0.8.1.1 client library also then checkout the 0.8.1.1 branch https://github.com/stealthly/scala-kafka/tree/0.8.1.1 which has the last commit after the 0.8.1.1 release.

@foovungle
Copy link
Author

Thanks for the quick response. Will try this next week.

@foovungle
Copy link
Author

Ended up using
"ly.stealth" % "scala-kafka" % "0.1.0.0"
in my libraryDependecies & seems to be working ok. This was published to search.maven.org last on 22-Sep-2014, which is later than the branch 0.8.1.1 date of May-2014.

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