Re: [produce response] error code

2016-02-01 Thread john pradeep
Never mind, Found the documentation, it was crc32 error - I fixed it. On Mon, Feb 1, 2016 at 9:24 PM john pradeep wrote: > Hi, > I am writing a kafka client, I tried to send a produce request and I get > back an error code on the partition as "*2*". but i couldn't fin

[produce response] error code

2016-02-01 Thread john pradeep
Hi, I am writing a kafka client, I tried to send a produce request and I get back an error code on the partition as "*2*". but i couldn't find any documentation on the description of this error code, any help? Thanks, John

kafkaconsumer pause/resume

2015-09-23 Thread john pradeep
Hi, Just wondering when is 0.9 version of the kafka library releasing? I am particularly interested in the KafkaConsumer pause/resume version. Is there any other way to pause consumer without triggering a rebalancing process in 0.8.x? Thanks, John