hey yo all (not sure if this is the best channel) ...
# arrow
i
hey yo all (not sure if this is the best channel) - but newcomer here in the kotlin community and i was wondering if there is anything similar to akka streams, fs2 and zio-streams from Scala for handling data streams and combine them with tools like pulsar and kafka
p
Flow in kotlinx.coroutines is the closest you'll find
otherwise RxJava is still a thing 😄
s
In this repo i’m playing with Kotlinx Flow and Kafka. https://github.com/nomisRev/Kotlin-Kafka
KotlinX flow is pull based like FS2
i
thanks for these guys .. eager to see more streaming with Kotlin 🚀
💯 1