kafka-threadpool 1.0.12

An async rust threadpool for publishing messages to kafka using SSL (mTLS) or PLAINTEXT protocols.
Documentation
1
2
3
//! Module to start the worker threads
//!
pub mod start_threads_from_config;