Re: Kafka Client in Rust

2015-05-11 Thread Yousuf Fauzan
Thanks Gwen/Ewen.

I have posted to kafka-clients google group too.

On Mon, May 11, 2015 at 1:40 PM Gwen Shapira gshap...@cloudera.com wrote:

 You may want to announce this at kafka-clie...@googlegroups.com, a mailing
 list specifically for Kafka clients.
 I'm sure they'll be thrilled to hear about it. It is also a good place for
 questions on client development, if you ever need help.

 On Mon, May 11, 2015 at 4:57 AM, Yousuf Fauzan yousuffau...@gmail.com
 wrote:

  Hi All,
 
  I have create Kafka client for Rust. The client supports Metadata,
 Produce,
  Fetch, and Offset requests. I plan to add support of Consumers and Offset
  management soon.
 
  Will it be possible to get it added to
  https://cwiki.apache.org/confluence/display/KAFKA/Clients
 
  Info:
  Pure Rust implementation with support for Metadata, Produce, Fetch, and
  Offset requests. Supports Gzip and Snappy compression
 
  Maintainer: Yousuf Fauzan (http://fauzism.co)
  Licence: MIT
 
  code: https://github.com/spicavigo/kafka-rust
  doc: http://fauzism.co/rustdoc/kafka/index.html
 
  --
  Yousuf Fauzan
 



Re: Kafka Client in Rust

2015-05-10 Thread Ewen Cheslack-Postava
Added to the wiki, which required adding a new Rust section :) Thanks for
the contribution, Yousuf!

On Sun, May 10, 2015 at 6:57 PM, Yousuf Fauzan yousuffau...@gmail.com
wrote:

 Hi All,

 I have create Kafka client for Rust. The client supports Metadata, Produce,
 Fetch, and Offset requests. I plan to add support of Consumers and Offset
 management soon.

 Will it be possible to get it added to
 https://cwiki.apache.org/confluence/display/KAFKA/Clients

 Info:
 Pure Rust implementation with support for Metadata, Produce, Fetch, and
 Offset requests. Supports Gzip and Snappy compression

 Maintainer: Yousuf Fauzan (http://fauzism.co)
 Licence: MIT

 code: https://github.com/spicavigo/kafka-rust
 doc: http://fauzism.co/rustdoc/kafka/index.html

 --
 Yousuf Fauzan




-- 
Thanks,
Ewen


Kafka Client in Rust

2015-05-10 Thread Yousuf Fauzan
Hi All,

I have create Kafka client for Rust. The client supports Metadata, Produce,
Fetch, and Offset requests. I plan to add support of Consumers and Offset
management soon.

Will it be possible to get it added to
https://cwiki.apache.org/confluence/display/KAFKA/Clients

Info:
Pure Rust implementation with support for Metadata, Produce, Fetch, and
Offset requests. Supports Gzip and Snappy compression

Maintainer: Yousuf Fauzan (http://fauzism.co)
Licence: MIT

code: https://github.com/spicavigo/kafka-rust
doc: http://fauzism.co/rustdoc/kafka/index.html

--
Yousuf Fauzan