Expand description
Checkpoint storage implementations for the Kinesis processor
Re-exports§
pub use dynamodb::DynamoDbCheckpointStore;
pub use memory::InMemoryCheckpointStore;
Modules§
- DynamoDB implementation of checkpoint storage with configurable retry behavior
Traits§
- Trait for checkpoint storage implementations