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
5
//! Supported Kafka cluster functions:
//!
//! - publishing a message
//!
pub mod publish_message;