ivanyu commented on code in PR #16868:
URL: https://github.com/apache/kafka/pull/16868#discussion_r1748429904
##########
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:
This makes sense. I added `UINT16` and `COMPACT_RECORDS` without removing
anything.
I skipped the tagged fields though, as referencing to them also needs fixing
throughout the page and it's probably better be done separately.
--
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]