Re: question about kafka topic

2019-03-10 Thread Matthias J. Sax
PM > To: users@kafka.apache.org > Subject: Re: question about kafka topic > > Writes, must always go to the partition leader, ie, if an error occurs, the > message cannot simply be delivered to a different broker. > > However, if a broker is in bad shape, it could get leaderhship r

RE: question about kafka topic

2019-03-10 Thread K R, Rakesh
Sorry I did not mention one point. I am seeing this error on consumer side. -Original Message- From: Matthias J. Sax [mailto:matth...@confluent.io] Sent: Sunday, March 10, 2019 11:01 PM To: users@kafka.apache.org Subject: Re: question about kafka topic Writes, must always go

Re: question about kafka topic

2019-03-10 Thread Matthias J. Sax
, it won't make sense to retry because the same error would be returned by the broker on retries, too. Hope this helps. -Matthias On 3/7/19 11:27 PM, Calvin Chen wrote: > Hi, > I have a question about kafka topic, recently we face kafka client sending > message to kafka topic issue,

question about kafka topic

2019-03-08 Thread Calvin Chen
Hi, I have a question about kafka topic, recently we face kafka client sending message to kafka topic issue, got error about offset, and client can not send message to kafka cluster. My question is, since we configure kafka servers to one cluster, when cluster get message, will it try it best