85e4334bb717c40d1eb5716cae97ea0fe17f11b8
Add two comment-only clarifications to mxaccess_gateway.proto (no field/number changes): 1. MxEvent.replay_gap: states the sentinel is ONLY ever set on StreamEvents events and is ALWAYS unset on DrainEventsReply events, preventing Task 12 from accidentally emitting it on the drain path and removing any client ambiguity. 2. ReplayGap.oldest_available_sequence: clarifies that the value IS retained and replayable, and that a client resumes gap-free by setting after_worker_sequence = oldest_available_sequence - 1 in the next StreamEventsRequest (receiving events starting at oldest_available_sequence). Regenerated Generated/MxaccessGateway.cs (comment-only XML-doc change).
Description
No description provided
Languages
Java
45.3%
C#
43.4%
Python
3.1%
Rust
3%
Go
2.4%
Other
2.8%