We can bail early if the from token is greater than or equal to the current token.
This can happen when the ID gen advances the current token for a remote writer past its last write.
Side note: I want to change how we do all this streaming stuff to put the ID generators in charge, which might be easier to grok rather than having abstract "streams" :shrug:
We can bail early if the from token is greater than or equal to the current token.
This can happen when the ID gen advances the current token for a remote writer past its last write.
Side note: I want to change how we do all this streaming stuff to put the ID generators in charge, which might be easier to grok rather than having abstract "streams" :shrug:
Kinda follows on from #16473