rustfs-kafka-async
Async wrappers for rustfs-kafka, built on top of tokio.
This crate provides:
AsyncKafkaClientAsyncProducerAsyncConsumer
The current implementation uses background tasks/threads to bridge the sync core APIs.
Installation
[]
= "1.0.0"
Quick Example
use Record;
use ;
async
Notes
- This crate is intentionally lightweight and reuses the mature sync protocol/client logic from
rustfs-kafka. - For full feature details, consult the root crate docs and
docs/usage-guide.mdin the repository.