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
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 revoked and a healthy broker would get leadership assigned. The producer can detect this