RE: Kafka upgrade process details

2019-05-13 Thread Chylek, Artur
oker.protocol.version and log.message.format.version. Or maybe > I am completely wrong with my assumptions. > > Regards, > Artur > > -Original Message- > From: M. Manna [mailto:manme...@gmail.com] > Sent: Thursday, May 09, 2019 12:19 PM > To: Kafka Users >

Re: Kafka upgrade process details

2019-05-10 Thread Kamal Chandraprakash
version. Or maybe I am completely wrong with my > assumptions. > > Regards, > Artur > > -Original Message- > From: M. Manna [mailto:manme...@gmail.com] > Sent: Thursday, May 09, 2019 12:19 PM > To: Kafka Users > Subject: Re: Kafka upgrade process details >

RE: Kafka upgrade process details

2019-05-09 Thread Chylek, Artur
n of inter.broker.protocol.version and log.message.format.version. Or maybe I am completely wrong with my assumptions. Regards, Artur -Original Message- From: M. Manna [mailto:manme...@gmail.com] Sent: Thursday, May 09, 2019 12:19 PM To: Kafka Users Subject: Re: Kafka upgrade process details

Re: Kafka upgrade process details

2019-05-09 Thread M. Manna
Artur, The upgrade process is such that 1) You ensure that there is a hard-check on protocol version if not exists already. As you have already mentioned above, in #3 - it's to ensure that min verson for msg formats are being adhered to before upgrade. 2) broker protocol version is to ensure that

Kafka upgrade process details

2019-05-09 Thread Chylek, Artur
Hi, I read the documentation about upgrading Kafka(http://kafka.apache.org/21/documentation.html#upgrade_2_1_0) but I have questions that I believe the documentation doesn't cover. I am planning to upgrade Kafka from 2.0.0 to 2.1.0 and would like to make sure what to do when something goes wron