Closed cynicaljoy closed 2 months ago
Add StreamOptions to enable consumers to resume a Stream.
StreamOptions
Consumers need to provide the Token and Cursor in order to resume a Stream.
Token
Cursor
Included additional Integration Tests
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
Description
Add
StreamOptions
to enable consumers to resume a Stream.Motivation and context
Consumers need to provide the
Token
andCursor
in order to resume a Stream.How was the change tested?
Included additional Integration Tests
Screenshots (if appropriate):
Change types
Checklist:
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.