Closed martijnblankestijn closed 1 year ago
Hey @martijnblankestijn,
Thank you so much for this issue.
There was indeed a breaking change in 1.7.0 of KotlinX. I will release a patch version in the coming week to fix this issue.
Thanks, I really appreciate the work!
Hey @martijnblankestijn,
Thank you again for the report, and support ☺️ I will invest some more time later this year to polish up the library, and release 1.0.0. Any feedback you might have towards that would be greatly appreciated! A public roadmap will be created soon.
New 0.3.1 release changelog can be found here, https://github.com/nomisRev/kotlin-kafka/releases/tag/0.3.1
Thanks for the library. Stumbled upon it when looking for a kotlin library in the style of Alpakka which I have used in my Scala days ;-)
When using the library in a testcase, the kafka consumer flow does not process anything and gives the stacktrace below.
Importing the
kotlinx-coroutines-bom:1.6.4
, the same version as was advertised in the libs.versions.toml to force the use of 1.6.4 within my project did not help. The only thing that helped was cloning the git repo, build a SNAPSHOT from main and that ran without an issue on 1.6.4. It also worked after upgrading the project tokotlinx-coroutines-bom:1.7.1"
Would it be possible to create a new release?
The stacktrace