Re: replica.fetch.max.bytes split message or not ?

2018-02-25 Thread Waleed Fateem
I would say you will get that 5th message in the next request. I don't believe under any circumstance a Kafka broker will send or receive a partial message. On Feb 24, 2018 10:52 AM, "adrien ruffie" wrote: > Hello, > > > I have found this description in only documentation (without taking into >

Re: Kafka Zookeeper Connection

2018-02-25 Thread Kamal C
You also have to update the property `zookeeper.session.timeout.ms On Sat, Feb 24, 2018 at 11:25 PM, Ted Yu wrote: > Please take a look at maxSessionTimeout under: > http://zookeeper.apache.org/doc/r3.3.3/zookeeperAdmin. > html#sc_advancedConfiguration > > On Sat, Feb 24, 2018 at 9:46 AM, Soheil

RE: replica.fetch.max.bytes split message or not ?

2018-02-25 Thread adrien ruffie
Hi Waleed, thank for you reply, that I thought too ! but it was just to check if someone thought like me. Best regards, Adrien De : Waleed Fateem Envoyé : dimanche 25 février 2018 16:36:28 À : users@kafka.apache.org Objet : Re: replica.fetch.max.bytes split messa

Re: replica.fetch.max.bytes split message or not ?

2018-02-25 Thread Hans Jespersen
This is the KIP-74 write up if you want to learn more about the motivation and implementation of the fetch.max.bytes feature. For example, the 5th message in your example can now be fetched even if it is larger than fetch.max.bytes which was a great improvement in large message handling. Previo

RE: replica.fetch.max.bytes split message or not ?

2018-02-25 Thread adrien ruffie
Thank Hans ! I will read the KIP Adrien De : Hans Jespersen Envoyé : dimanche 25 février 2018 17:30:12 À : users@kafka.apache.org Objet : Re: replica.fetch.max.bytes split message or not ? This is the KIP-74 write up if you want to learn more about the motivat