link-common 0.5.2-rc.2

Shared Rust implementation for KalamDB link crates
Documentation
1
2
3
4
5
6
7
//! Core consumer implementation.

pub mod offset_manager;
pub mod poller;
pub mod topic_consumer;

pub use topic_consumer::{ConsumerBuilder, TopicConsumer};