Re: node.js native bindings

2014-02-23 Thread Cliff Resnick
It appears compression (gzip, snappy) is not supported in the librdkafka version (8.0.0) used in this binding. Is there any intention to update this to use a more recent librdkafka version? If so it would be great as there does not seem to be any other node-kafka solution that supports Kafka 0.8 wi

Re: Linkedin Camus vs kafka-hadoop-loader vs hadoop-consumer

2014-02-13 Thread Cliff Resnick
We’ve been using Miniway’s hadoop-consumer in production for over a year without any problems. It stores offsets in zookeeper rather than HDFS and it uses the more recent mapreduce api. https://github.com/miniway/kafka-hadoop-consumer On Feb 13, 2014, at 11:18 AM, Marcelo Valle wrote: > Hell