Re: Wrong request type 768

2013-11-04 Thread Neha Narkhede
Are you using a non-java client to send these requests ? Thanks, Neha On Mon, Nov 4, 2013 at 3:36 PM, Guozhang Wang wrote: > Hello Ahmed, > > Currently we only have 10 total Kafka request types, including produce > request, fetch request and topic metadata request. And these requests are > enc

Re: Wrong request type 768

2013-11-04 Thread Guozhang Wang
Hello Ahmed, Currently we only have 10 total Kafka request types, including produce request, fetch request and topic metadata request. And these requests are encoded with a key, currently ranging from 0 to 9. When Kafka server receives a request with key it cannot recognize, that exception will be