You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 10, 2025. It is now read-only.
When reading the change feed on a streaming scenario with changefeedmaxpagesperbatch set to 1 and with Start from Beginning, some of the records are missing from the stream batches.
Increasing the the batch size to 5 or other number greater than 1, fixes the issue.