Kafka Client for Rust

Published 2015-05-11 under
  • services
  • kafka
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: kafka

I started learning Rust a week ago so any feedback will be useful.

--
Yousuf