kafka-threadpool 1.0.12

An async rust threadpool for publishing messages to kafka using SSL (mTLS) or PLAINTEXT protocols.
Documentation
1
2
3
4
//! Module for building a static configuration object
//! from environment variables
//!
pub mod kafka_client_config;