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
Problem description
If Client application crashes and if user wants to continue read the stream from where it left then at present there is no way to get StreamCuts from ReaderGroup.
StreamCuts are set of segment/offset pairs for a single stream that represent a consistent position in the stream.
Suggestions for an improvement
Add API get_streamcut() which returns StreamCut object.
User is expected to call reader_group.get_streamcut() api periodically to get current streamcuts and use them while creating ReaderGroup.
The text was updated successfully, but these errors were encountered:
Problem description
If Client application crashes and if user wants to continue read the stream from where it left then at present there is no way to get StreamCuts from ReaderGroup.
StreamCuts are set of segment/offset pairs for a single stream that represent a consistent position in the stream.
Suggestions for an improvement
Add API get_streamcut() which returns StreamCut object.
User is expected to call reader_group.get_streamcut() api periodically to get current streamcuts and use them while creating ReaderGroup.
The text was updated successfully, but these errors were encountered: