Re: trouble sending produce requests to 0.9.0.0 broker cluster

2016-01-11 Thread dave
I created the following bug report: https://issues.apache.org/jira/browse/KAFKA-3088 -Original Message- From: "Dave Peterson" Sent: Monday, January 11, 2016 9:56am To: users@kafka.apache.org Subject: Re: trouble sending produce requests to 0.9.0.0 broker cluster Ok, than

Re: trouble sending produce requests to 0.9.0.0 broker cluster

2016-01-11 Thread Dave Peterson
Ok, thanks for the information. I tried setting the client ID to "bruce" and the problem disappeared. I looked at https://cwiki.apache.org/confluence/display/KAFKA/A+Guide+To+The+Kafka+Protocol and it doesn't say anything about an empty client ID not being allowed (even if it isn't allowed, Kaf

RE: trouble sending produce requests to 0.9.0.0 broker cluster

2016-01-11 Thread Dana Powers
Looks like you aren't setting the request client-id, and server is crashing on it. I'm not sure whether server api is expected to work w/o client-id, but you can probably fix by sending one. Fwiw, kafka-python sends 'kafka-python' unless user specifies something else. -Dana On Jan 11, 2016 8:41 AM

RE: trouble sending produce requests to 0.9.0.0 broker cluster

2016-01-11 Thread dave
I forgot to include some information about this problem. When I sent the produce request, the following appeared in server.log: [2016-01-10 23:03:44,957] ERROR [KafkaApi-3] error when handling request Name: ProducerRequest; Version: 0; CorrelationId: 1; ClientId: null; RequiredAcks: 1; AckT