I have a consumer that looks like this:
// ItemConsumer.kt try { job = itemService .connect() .flowOn(Dispatchers.IO) .cat