添加链接
link管理
链接快照平台
  • 输入网页链接,自动生成快照
  • 标签化管理网页链接
相关文章推荐
虚心的橙子  ·  The Legend of Zelda: ...·  4 月前    · 
想出国的碗  ·  C# ...·  1 年前    · 
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 cause was identified with the help of
https://stackoverflow.com/questions/49098274/kafka-stream-get-corruptrecordexception

Is it possible / would it makes sense to open an issue to improve the error
message for this case?
A simple "Message without a key is not valid for a compacted topic" would
suffice and point a user in the right direction.

best regards

Patrik
That makes sense to me.

Please file a Jira. Thanks a lot for reporting this issue!

-Matthias
Post by Patrik Kleindl
Hello
Exception thrown when sending a message with key='null' and payload='...'
This message has failed its CRC checksum, exceeds the valid size, or is
otherwise corrupt.
The cause was identified with the help of
https://stackoverflow.com/questions/49098274/kafka-stream-get-corruptrecordexception
Is it possible / would it makes sense to open an issue to improve the error
message for this case?
A simple "Message without a key is not valid for a compacted topic" would
suffice and point a user in the right direction.
best regards
Patrik