https://kotlinlang.org logo
Title
i

Ido Flax

04/15/2023, 1:06 PM
Hello. Is there a plan to publish a version of this ktor kafka plugin? https://github.com/gAmUssA/ktor-kafka I think in the latest kotlin conf there was something about kafka in the first day but i missed it, waiting for the video to come out
s

simon.vergauwen

04/15/2023, 1:47 PM
I have a small Kafka library, https://github.com/nomisRev/kotlin-kafka. I was planning to write a Ktor integration similar to the one of Spring. Which seems to be not the case for this repo. It seems to offer a couple small utilities over the JVM sdk only, but not an extensive simplification hiding the complexity of the Java SDK. What are the kind of features one would look for from this kind of integration.
i

Ido Flax

04/28/2023, 5:24 PM
Hey @simon.vergauwen Thanks for this. i just saw it. I’ll have a look at it and see if i have any feedback, but based on your goals it looks great! Yeah i would say that a Ktor Plugin would be very helpful. Maybe you can look for inspiration in the library i posted
s

simon.vergauwen

05/02/2023, 9:21 AM
Thank you, I absolutely will. I'm planning to have 1.0 by the end of Q3 with a Ktor integration plugin.