I guess that you can't obtain real reactivity with...
# exposed
t
I guess that you can't obtain real reactivity within same transaction. For example if you will try to receive any other portion of data in continuation then you have to read whole data from initial result set or you get N + 1 issue as you need to call
"SELECT * FROM PEOPLE"
for each stream.next() and skip previous rows. IFAIK.