Skip to content

Commit

Permalink
Fix a typo in Reverb README: pointing->checkpointing
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 534386080
Change-Id: Id96f3e646a05116f5bc743260129959a928d4f38
  • Loading branch information
nimrod-gileadi authored and copybara-github committed May 23, 2023
1 parent 8fc36c5 commit a835dbe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -343,8 +343,8 @@ number of Reverb servers and create separate clients for each server.
### Checkpointing

Reverb supports checkpointing; the state and content of Reverb servers can be
stored to permanent storage. While pointing, the `Server` serializes all of its
data and metadata needed to reconstruct it. During this process the `Server`
stored to permanent storage. While checkpointing, the `Server` serializes all of
its data and metadata needed to reconstruct it. During this process the `Server`
blocks all incoming insert, sample, update, and delete requests.

Checkpointing is done with a call from the Reverb `Client`:
Expand Down

0 comments on commit a835dbe

Please sign in to comment.