You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@kafka.apache.org by Strong Liu <st...@apache.org> on 2014/08/14 19:50:21 UTC

erlang client for 0.8?

anyone aware of any 0.8 compatible erlang client? thanks

Re: erlang client for 0.8?

Posted by Bosky <bo...@helpshift.com>.
If you are only looking for a producer, I maintain one that is used in
production
=> http://github.com/helpshift/ekaf

kafboy is http gateway over ekaf that handles ~100 million events pushed
per day. ( it uses the awesome cowboy as the underlying http server)
=> http://github.com/helpshift/kafboy

It does not require zookeeper, and you can
- configure batching per topic
- number of workers to have per partition
- 3 strategies to pick a partition worker - random, sticky until buffer
size, round-robin

for unit tests, they come bundled with a kafka mocker that is able to reply
to metadata and produce requests just like kafka wire protocol
=> http://github.com/helpshift/kafkamocker

Will be happy to answer any queries over email or feel free to file them at
https://github.com/helpshift/ekaf/issues

~Bosky



On Thu, Aug 14, 2014 at 11:20 PM, Strong Liu <st...@apache.org> wrote:

> anyone aware of any 0.8 compatible erlang client? thanks
>