What are people using these days for a multi-proce...
# server
r
What are people using these days for a multi-process task distribution system, that is tightly integrated with Kotlin and coroutines? I've used Kafka, Akka, ActiveMQ, and Pulsar in the past, but am looking for something a little lighter weight, focused on task distribution, and more Kotlinish. Right now, I'd lean towards Vert.X or Akka, or maybe even building something custom with rsocket.io.
a
Redis or sqs would be my goto
👆 1
r
Redis is a possibility. Doesn't look like the Kotlin side of the story is that great though -- would be stuck with a Java client, or Kotlin wrapper.