File tree Expand file tree Collapse file tree
sdk/eventhubs/azure-messaging-eventhubs-checkpointstore-blob Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -86,9 +86,9 @@ downstream applications, and to provide resiliency if a failover between readers
8686It is possible to return to older data by specifying a lower offset from this checkpointing process. Through this
8787mechanism, checkpointing enables both failover resiliency and event stream replay.
8888
89- ### Offsets & sequence numbers
89+ ### Offsets & ; sequence numbers
9090
91- Both offset & sequence number refer to the position of an event within a partition. You can think of them as a
91+ Both offset & ; sequence number refer to the position of an event within a partition. You can think of them as a
9292client-side cursor. The offset is a byte numbering of the event. The offset/sequence number enables an event consumer
9393(reader) to specify a point in the event stream from which they want to begin reading events. You can specify the
9494timestamp such that you receive events that were enqueued only after the given timestamp. Consumers are responsible for
You can’t perform that action at this time.
0 commit comments