Chia-Ping Tsai created KAFKA-18907:
--------------------------------------
Summary: add suitable error message when the appended value is too
larger
Key: KAFKA-18907
URL: https://issues.apache.org/jira/browse/KAFKA-18907
Project: Kafka
Issue Type: Improvement
Reporter: Chia-Ping Tsai
Assignee: Chia-Ping Tsai
In ZooKeeper mode, large config values can be created by appending. In
contrast, KRaft mode does not allow this. The root cause is that
{{ConfigRecord}} assumes a maximum value size of {{{}Short.MAX_VALUE{}}}. This
causes a runtime error, which is then converted to "UnknownServerException" for
users, making the issue unclear.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)