Re: decoding of responses with error_codes

2014-05-16 Thread Joel Koshy
Just checked in KAFKA-1437, so this should no longer be an issue. I'll update the wiki as soon as the wiki is back up. On Mon, May 12, 2014 at 05:45:27PM +0200, svante karlsson wrote: > Thanks for the clarification. > > -if (errorCode == ErrorMapping.NoError) { > - coordinator.get.writeTo(bu

Re: decoding of responses with error_codes

2014-05-12 Thread svante karlsson
Thanks for the clarification. -if (errorCode == ErrorMapping.NoError) { - coordinator.get.writeTo(buffer) The removal of the "if" statement would fix the issue but the patch changes other things that I can't say much about as I don't know scala. /svante 2014-05-12 17:25 GMT+02:00

Re: decoding of responses with error_codes

2014-05-12 Thread Guozhang Wang
Hi Svante, This is indeed an issue with the protocol definition of ConsumerMetadataResponse. Do you think this issue is fixed in the following JIRA? https://issues.apache.org/jira/browse/KAFKA-1437 Guozhang On Mon, May 12, 2014 at 1:10 AM, svante karlsson wrote: > I'm writing (yet another) C