Re: RecordTooLargeException

2018-07-03 Thread jerryrichardson
I cannot increase the max size of messages stored in Kafka.  How do I limit them to avoid the RecordTooLargeException? 2. Jul 2018 18:29 by jiangtao@zuora.com .INVALID: > You can consider increase `max.request.size` ​a little big (the default > value is `104

RecordTooLargeException

2018-07-02 Thread jerryrichardson
Hi all, I get this error even when my records are smaller than the 112 byte limit: org.apache.kafka.common.errors.RecordTooLargeException: The request included a message larger than the max message size the server will accept. How do I ensure that my producer doesn't send records that are t

RecordTooLargeException

2018-07-02 Thread jerryrichardson
Hi all, I get this error even when my records are smaller than the 112 byte limit: org.apache.kafka.common.errors.RecordTooLargeException: The request included a message larger than the max message size the server will accept. How do I ensure that my producer doesn't send records that are t