summary refs log tree commit diff
path: root/changelog.d/17215.bugfix (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 1.109.0rc1Andrew Morgan2024-06-041-1/+0
|
* In sync wait for worker to catch up since token (#17215)Erik Johnston2024-05-301-0/+1
Otherwise things will get confused. An alternative would be to make sure that for lagging stream we don't return anything (and make sure the returned next_batch token doesn't go backwards). But that is a faff.