chia7712 commented on code in PR #19033: URL: https://github.com/apache/kafka/pull/19033#discussion_r1971054065
########## docs/implementation.html: ########## @@ -103,67 +103,8 @@ <h5 class="anchor-heading"><a id="recordheader" class="anchor-link"></a><a href= <h4 class="anchor-heading"><a id="messageset" class="anchor-link"></a><a href="#messageset">5.3.3 Old Message Format</a></h4> <p> - Prior to Kafka 0.11, messages were transferred and stored in <i>message sets</i>. In a message set, each message has its own metadata. Note that although message sets are represented as an array, - they are not preceded by an int32 array size like other array elements in the protocol. + Prior to Kafka 0.11, messages were transferred and stored in <i>message sets</i>. See <a href="https://kafka.apache.org/39/documentation/#messageset">Old Message Format</a> for more details. Review Comment: Yes, that is an edge case. Also, when I googled the keywords "kafka 4.x message v0," KIP-724 appeared in the results. I believe users can refer to KIP-724 for the answer. Therefore, I agree that we don't need to add such documentation. -- 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: jira-unsubscr...@kafka.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org