Re: Running Kafka 1.0 binaries with inter.broker.protocol.version = 0.10

2018-01-27 Thread Debraj Manna
Anyone any thoughts? On Fri, Dec 8, 2017 at 6:53 PM, Debraj Manna wrote: > Can anyone let me know if I set both inter.broker.protocol.version & > log.message.format.version to 0.10 with the updated 1.0 binaries ? How > are the Kafka brokers supposed to behave? > > On Thu, Dec 7, 2017 at 5:10 PM,

Re: Running Kafka 1.0 binaries with inter.broker.protocol.version = 0.10

2017-12-08 Thread Debraj Manna
Can anyone let me know if I set both inter.broker.protocol.version & log.message.format.version to 0.10 with the updated 1.0 binaries ? How are the Kafka brokers supposed to behave? On Thu, Dec 7, 2017 at 5:10 PM, Debraj Manna wrote: > Hi > > Anyone any thoughts on my last query? > > > On Wed, D

Re: Running Kafka 1.0 binaries with inter.broker.protocol.version = 0.10

2017-12-07 Thread Debraj Manna
Hi Anyone any thoughts on my last query? On Wed, Dec 6, 2017 at 11:09 PM, Debraj Manna wrote: > Thanks Manikumar for replying. One more query regarding your first reply > > What if I set both inter.broker.protocol.version & log.message.format.version > to 0.10 and update the binaries? How is Ka

Re: Running Kafka 1.0 binaries with inter.broker.protocol.version = 0.10

2017-12-06 Thread Debraj Manna
Thanks Manikumar for replying. One more query regarding your first reply What if I set both inter.broker.protocol.version & log.message.format.version to 0.10 and update the binaries? How is Kafka supposed to behave & what we are going to miss? On Wed, Dec 6, 2017 at 12:34 PM, Manikumar wrote:

Re: Running Kafka 1.0 binaries with inter.broker.protocol.version = 0.10

2017-12-05 Thread Manikumar
Hi, 1. inter.broker.protocol.version should be higher than or equal to log.message.format.version. So with 0.10 inter.broker.protocol.version, we can not use latest message format and broker wont start. 2. Since other brokers in the cluster don't understand latest protocol, we can not directly se

Re: Running Kafka 1.0 binaries with inter.broker.protocol.version = 0.10

2017-12-05 Thread Debraj Manna
Hi Anyone any thoughts? On Tue, Dec 5, 2017 at 8:38 PM, Debraj Manna wrote: > Hi > > Regarding the Kafka Rolling Upgrade steps as mentioned in the doc > > > Can you let me know how is Kafka supposed to behave if the binaries are > upgraded to