Skip to content

Commit

Permalink
Update README to not use ampersand. (Azure#44419)
Browse files Browse the repository at this point in the history
  • Loading branch information
conniey authored Feb 26, 2025
1 parent 900edb7 commit 08a7652
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,9 @@ downstream applications, and to provide resiliency if a failover between readers
It is possible to return to older data by specifying a lower offset from this checkpointing process. Through this
mechanism, checkpointing enables both failover resiliency and event stream replay.

### Offsets & sequence numbers
### Offsets & sequence numbers

Both offset & sequence number refer to the position of an event within a partition. You can think of them as a
Both offset & sequence number refer to the position of an event within a partition. You can think of them as a
client-side cursor. The offset is a byte numbering of the event. The offset/sequence number enables an event consumer
(reader) to specify a point in the event stream from which they want to begin reading events. You can specify the
timestamp such that you receive events that were enqueued only after the given timestamp. Consumers are responsible for
Expand Down

0 comments on commit 08a7652

Please sign in to comment.