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
Capture highwater marks, per partition, during service initialization, have a transformer that swallows input until the highwater mark.
This pattern can be used to ignore any messages produced while a service is offline. Messages are still sent over the wire (can we avoid by seeking instead?), but otherwise ignored.
The text was updated successfully, but these errors were encountered:
Capture highwater marks, per partition, during service initialization, have a transformer that swallows input until the highwater mark.
This pattern can be used to ignore any messages produced while a service is offline. Messages are still sent over the wire (can we avoid by seeking instead?), but otherwise ignored.
The text was updated successfully, but these errors were encountered: