I updated my question and posted it to stack overflow: <https://stackoverflow.com/questions/66784930...
b
n
fire all shards query with threads, use
callbackFlow
to pass each query result, use
.firstOrNull
on the result flow, dnt forget awaitClose to cancel remain executing query,
b
Is there a way without flow?
n
then channel maybe?
u
maybe
select