Skip to main content

Crate clicktype_batch

Crate clicktype_batch 

Source
Expand description

Batching system for ClickType

Re-exports§

pub use batcher::Batcher;
pub use batcher::BatcherHandle;
pub use batcher::GenericBatcher;
pub use config::BatchConfig;
pub use config::FlushStats;
pub use metrics::BatcherMetrics;
pub use metrics::BatcherMetricsSnapshot;
pub use error::BatchError;

Modules§

batcher
Batcher implementation for high-throughput ingestion.
buffer
Reusable buffer for batch serialization
config
Batch configuration
error
metrics
Batcher metrics