chia7712 commented on code in PR #20524: URL: https://github.com/apache/kafka/pull/20524#discussion_r2347002782
########## clients/src/main/java/org/apache/kafka/common/header/Header.java: ########## @@ -16,6 +16,9 @@ */ package org.apache.kafka.common.header; +/** + * The key of a header is guaranteed to be non-null, while the value of a header may be null. Review Comment: Please add the comments to each method -- 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]
