Re: node.js native bindings

2014-02-24 Thread Magnus Edenhill
Producer side compression is available in librdkafka 0.8.0. The consumer side compression is available in librdkafka 0.8.2 and later. All librdkafka 0.8 releases are API and ABI safe and backwards compatible, so plugging in a new librdkafka should be fairly straight forward. 2014-02-25 4:32 GMT+

Re: node.js native bindings

2014-02-24 Thread Pascal Belloncle
Cliff, at this time, I’m not planning any further development. But it someone submits a pull request, I’ll be happy to merge that in. Pascal. On Feb 22, 2014, at 11:03 PM, Cliff Resnick wrote: > It appears compression (gzip, snappy) is not supported in the librdkafka > version (8.0.0) used

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

node.js native bindings

2014-01-08 Thread Pascal Belloncle
Hi There, in case anyone is interested,we created a node.js binding using librdkafka [1]. Publish only so far, for kafka_2.8.0-0.8.0-beta1+ For more info, check out the github page [2], and for an example on how to use the library [3]. Happy to answer questions, or accept contributions. Than