Re: Improve error message when trying to produce message without key for compacted topic

2018-08-21 Thread Matthias J. Sax
That makes sense to me. Please file a Jira. Thanks a lot for reporting this issue! -Matthias On 8/21/18 3:29 AM, Patrik Kleindl wrote: > Hello > > Yesterday we had the following exception: > > Exception thrown when sending a message with key='null' and payload='...' > to topic sometopic:: org

Improve error message when trying to produce message without key for compacted topic

2018-08-21 Thread Patrik Kleindl
Hello Yesterday we had the following exception: Exception thrown when sending a message with key='null' and payload='...' to topic sometopic:: org.apache.kafka.common.errors.CorruptRecordException: This message has failed its CRC checksum, exceeds the valid size, or is otherwise corrupt. The cau