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.