> Date: Fri, 10 Jun 2016 16:54:47 +0530
> Subject: Re: error: ... protocols are incompatible with those of existing
> members ??
> From: [email protected]
> To: [email protected]
>
> I delete the group using kafka-consumer-groups.sh --delete and still I get
> the error.
MG>Barry...assuming this happens when you construct a request to
KafkaServer..in your log you should see a message: MG>"Kafka request handler %d
on broker %d handling request %s".format(id, brokerId, req)
MG>what are the id, brokerID and req contents of the message?MG>thanks