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
Right now, it's ambiguous how many events might get batched up in a single WatchResponse message, due to the naming of the resume zedtoken of changes_through.
Solution Brainstorm
In actuality, what should happen, and be enforced across all datastores, is that a single WatchResponse message contains mutations from only a single atomic datastore transaction, and our API docs should be updated to guarantee that.
The text was updated successfully, but these errors were encountered:
Problem Statement
Right now, it's ambiguous how many events might get batched up in a single
WatchResponse
message, due to the naming of the resume zedtoken ofchanges_through
.Solution Brainstorm
In actuality, what should happen, and be enforced across all datastores, is that a single
WatchResponse
message contains mutations from only a single atomic datastore transaction, and our API docs should be updated to guarantee that.The text was updated successfully, but these errors were encountered: