does anyone know about a kafka client written in k...
# ktor
g
does anyone know about a kafka client written in kotlin that could be used with ktor or should one just roll with the java-client?
e
The java client is likely the preferred method. And besides, any client could feasibly be used with ktor, ktor just manages your incoming HTTP requests, Kafka is more of an IPC message queue tool which doesn’t use HTTP
g
@Evan R. sure absolutely, but if there existed a first level citizine coroutine client that would be preferred 🙂