Expand description
Configuration types for the checkpoint reader.
The two main types are:
CheckpointReaderConfig: the base configuration for the checkpoint reader. Suited for most default use cases.CheckpointReaderConfigExt: extendsCheckpointReaderConfigwith opt-in configuration toggles beyond the base, such as server-side transaction filters for fullnode connections.
CheckpointReaderConfigExt wraps CheckpointReaderConfig and exposes
a builder for the extra toggles. A From<CheckpointReaderConfig> impl is
provided so existing CheckpointReaderConfig values can be converted
to CheckpointReaderConfigExt.
Re-exports§
pub use crate::ReaderOptions;pub use crate::reader::v2::CheckpointReaderConfig;pub use crate::reader::v2::RemoteUrl;
Structs§
- Checkpoint
Reader Config Ext - Extends
CheckpointReaderConfigwith opt-in configuration toggles.