# Functions
DisableStream prevents the checkpointer from using a changefeed to receive change notifications from other instances of Replicator.
LimitLookahead limits the number of resolved timestamps that are used to calculate the extent of the resolving range.
ProvideCheckpoints is called by Wire.
# Variables
Set is used by Wire.
# Structs
Checkpoints is a factory for [Group] instances, which manage checkpoint timestamps associated with a group of tables.
Group provides durable storage of the checkpoint (FKA resolved) timestamps associated with a [types.TableGroup].
# Interfaces
An Option to [Checkpoints.Start].