chia7712 commented on code in PR #16868:
URL: https://github.com/apache/kafka/pull/16868#discussion_r1723161410
##########
clients/src/main/java/org/apache/kafka/common/protocol/types/Type.java:
##########
@@ -1113,7 +1113,7 @@ public String documentation() {
private static String toHtml() {
DocumentedType[] types = {
BOOLEAN, INT8, INT16, INT32, INT64,
- UNSIGNED_INT32, VARINT, VARLONG, UUID, FLOAT64,
Review Comment:
Maybe we should document "all" types in the protocol guide even though some
types are unused yet.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]