<@U3ZPQ4QR4> <@U2AEHNFUK> I don't know kafka, bit ...
# coroutines
d
@uli @sailxjx I don't know kafka, bit it could even be like, from the sound of the use case:
Copy code
fun getTopics() = buildSequence {
      yield(kafka.getTopic()) // This suspends until next value is requested
}
But then there's no buffer... You might be right @uli...