chia7712 commented on code in PR #20524: URL: https://github.com/apache/kafka/pull/20524#discussion_r2342477603
########## docs/implementation.html: ########## @@ -101,6 +101,7 @@ <h5 class="anchor-heading"><a id="recordheader" class="anchor-link"></a><a href= headerKey: String headerValueLength: varint Value: byte[]</code></pre> + <p>The key of a record header is guaranteed to be non-null, while the value of a record header may be null. The order of headers in a record is preserved when producing and consuming.</p> Review Comment: Could you please add comments to the public API `Header`? -- 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]
