prestona commented on PR #14173:
URL: https://github.com/apache/kafka/pull/14173#issuecomment-1671409792

   For context, any API message description that has a TAG_BUFFER field will be 
changed as follows
   <img width="996" alt="image" 
src="https://github.com/apache/kafka/assets/10883734/108fd5a9-cf6c-4698-8311-ea6845bf7886";>
   
   "TAGGED_FIELDS" will have a row in the [Protocol Types 
table](https://kafka.apache.org/protocol.html#protocol_types), where the type 
will be described as:
   > Represents a sequence of tagged fields. First the length N + 1 is given as 
an UNSIGNED_VARINT. Then N tag field instances follow. A tag field is a triplet 
of a tag, a length, and data. The tag is an UNSIGNED_VARINT. The length F + 1 
is given as an UNSIGNED_VARINT. Null data is represented as a length of 0, 
otherwise F bytes of data follow.


-- 
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

Reply via email to