RE: Larger payload size

2017-06-08 Thread Tauzell, Dave
: Thursday, June 8, 2017 2:48 PM To: users@kafka.apache.org Subject: Larger payload size Hi there, We observed if our payload size is larger we see "Failed to send; nested exception is org.apache.kafka.common.errors.RecordTooLargeException" execption so we changed the settings from 1

Larger payload size

2017-06-08 Thread Ghosh, Achintya (Contractor)
Hi there, We observed if our payload size is larger we see "Failed to send; nested exception is org.apache.kafka.common.errors.RecordTooLargeException" execption so we changed the settings from 1 MB to 5 MB for both Producer and Consumer end. Server.properties: message.max.bytes=5242880