Skip to content

Some tweaks and fixes #12

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

Merged
merged 5 commits into from
May 12, 2016
Merged

Some tweaks and fixes #12

merged 5 commits into from
May 12, 2016

Conversation

kciesielski
Copy link
Contributor

Most of these changes were implemented when I was trying to make scalatest-embedded-kafka work with reactive kafka

  • Switched to Kafka 0.9.0.1
  • Tune network binding configuration (binding ZK to "localhost" instead of "0.0.0.0" caused some connection refused exception in my local tests)
  • Exclude slf4j->log4j bridge

With these changes your library seems to work well with Reactive Kafka 0.11 :)

- Projects which use scalatest-embedded-kafka may have their own slf4j bindings which can conflict with these
lazy val commonSettings = Seq(
name := "scalatest-embedded-kafka",
organization := "net.manub",
crossScalaVersions := Seq("2.10.6", "2.11.7"),
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I still have clients that use 2.10. Would that cause an issue?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That was a local change that wasn't supposed to get committed, fixing.

@manub
Copy link
Owner

manub commented May 12, 2016

Thanks @kciesielski - LGTM. Will merge and release ASAP.

@manub manub merged commit 7f41a1c into manub:master May 12, 2016
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

Successfully merging this pull request may close these issues.

2 participants