Skip to content

Commit

Permalink
Update readme.md (#176)
Browse files Browse the repository at this point in the history
Simple typo fix in README from perist to persist
  • Loading branch information
dubrie committed May 8, 2020
1 parent bc2987d commit ecad5a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ At some point, a receiver process is going to stop. You will likely want it to s
processing messages. This is where message offsets can be used to start from where you have left off.

The `Hub` struct can be customized to use an `persist.CheckpointPersister`. By default, a `Hub` uses an in-memory
`CheckpointPersister`, but accepts anything that implements the `perist.CheckpointPersister` interface.
`CheckpointPersister`, but accepts anything that implements the `persist.CheckpointPersister` interface.

```go
// CheckpointPersister provides persistence for the received offset for a given namespace, hub name, consumer group, partition Id and
Expand Down

0 comments on commit ecad5a5

Please sign in to comment.