Re: Max Message Size issue

2014-05-16 Thread Jun Rao
You need to change max.message.size on the brokers. Thanks, Jun On Fri, May 16, 2014 at 11:02 AM, Bhavesh Mistry wrote: > Hi Kafka Dev Group, > > We are using Kafka version 0.8 and I am getting following exception: > > > WARN warn, Produce request with correlation id 1617 failed due to > [r

Re: Max Message Size issue

2014-05-16 Thread Lucas Zago
>From the documentation, the correct is message.max.bytes ​Regards​ -- Lucas Zago 48 9617 6763

Max Message Size issue

2014-05-16 Thread Bhavesh Mistry
Hi Kafka Dev Group, We are using Kafka version 0.8 and I am getting following exception: WARN warn, Produce request with correlation id 1617 failed due to [rawlog,19]: kafka.common.MessageSizeTooLargeException WARN warn, Produce request with correlation id 1819 failed due to [rawlog,24]: kaf

Re: Message size issue

2013-04-19 Thread Swapnil Ghike
Hi Navneet, Your payload size is larger than the maximum allowed size of a message on the Producer/Broker, 100 is the current default value. Currently the check for max allowed message size is present on both the producer and the broker. So you can override the property "max.message.size" in P