Kafka Client for Rust
Posted on Rust Users Forum by Spicavigo :Hello,
I have create Kafka client for Rust. The client supports Metadata, Produce, Fetch, and Offset requests. I plan to add support of Consumers soon.
I am using 1.0.0-beta
code: https://github.com/spicavigo/kafka-rust
doc: http://fauzism.co/rustdoc/kafka/index.html
crate: kafkaI started learning Rust a week ago so any feedback will be useful.
--
Yousuf