We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e1c6fb commit 828461eCopy full SHA for 828461e
clients/src/main/java/org/apache/kafka/common/protocol/types/Type.java
@@ -549,7 +549,8 @@ public String validate(Object item) {
549
@Override
550
public String documentation() {
551
return "Represents a sequence of characters. First the length N + 1 is given as an UNSIGNED_VARINT " +
552
- ". Then N bytes follow which are the UTF-8 encoding of the character sequence.";
+ ". Then N bytes follow which are the UTF-8 encoding of the character sequence. " +
553
+ "The maximum length of a compact string is 32767.";
554
}
555
};
556
0 commit comments