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
>From the documentation, the correct is message.max.bytes
​Regards​
--
Lucas Zago
48 9617 6763
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
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