Emanuele Blanco
Emanuele Blanco
I had a similar problem with the `wakeup-timeout` using `akka-kafka`. Honestly I don't think this is library related but I'll have a look anyway.
Have you tried go to the tag you specified and cherry picking commits? You'd have to specify a new version which you could publish to your own repo. I've intentionally...
I could definitely release a `0.13.0-1` or similar. What I'd need to do is push a branch - I'll name it `kafka_0.10.2.1`. Then you can create a PR against that...
Which tag you started from?
I understand. At this stage is probably best if you keep your artifact versioned within your nexus-like repo - or you still would like be to branch off the tag...
Are you sure you're using a version of embeddedkafka compatible with your Kafka version?
Unfortunately Kafka binaries are not available for 2.13.0 yet.
Have you tried forking the library and setting the versions to what works for you? If you fork starting from the release you use you could possibly get a matching...
@jadams74 I wrote a similar library for Scala. You may want to have a look at it. https://github.com/manub/scalatest-embedded-kafka. @chbatey - hope you don't mind me writing this message!