Skip to content

Commit

Permalink
Update guides/concepts/offset.md
Browse files Browse the repository at this point in the history
Co-authored-by: Yuri Oliveira <[email protected]>
  • Loading branch information
VictorGaiva and yuriploc authored Jan 19, 2024
1 parent e345883 commit d5fcae2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guides/concepts/offset.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Altough the RabbitMQ server doesn't automatically tracks the offset of each cons

A `RabbitMQStream.Consumer` instance automatically queries the offset under `reference_name` on startup, and uses it as the offset passed to the subscribe command. It automatically stores the offset based on customizeable strategies.

By default it used the `RabbitMQStream.Consumer.OffsetTracking.CountStrategy` strategy, stores the offset every `count` messages are received. It can be used with:
By default it uses the `RabbitMQStream.Consumer.OffsetTracking.CountStrategy` strategy, storing the offset whenever `count` messages are received. It can be used with:

```elixir
alias RabbitMQStream.Consumer.OffsetTracking.CountStrategy
Expand Down

0 comments on commit d5fcae2

Please sign in to comment.