Creates (or recreates) a new reader that is part of a StreamReaderGroup. The reader will join the group and the members of the group will automatically rebalance among themselves.
The StreamReader
A unique name (within the group) for this reader.
Invoked when a reader that was added to the group is no longer consuming events. This will cause the events that were going to that reader to be redistributed among the other readers. Events after the lastPosition provided will be (re)read by other readers in the StreamReaderGroup.
The name of the reader that is offline.
Generated using TypeDoc
A reader group is a collection of readers that collectively read all the events in the stream. The events are distributed among the readers in the group such that each event goes to only one reader.
Note: A StreamReaderGroup cannot be created directly without using the StreamManager.