DL1231 opened a new pull request, #20614:
URL: https://github.com/apache/kafka/pull/20614

   This patch adds documentation for nullable struct encoding in the protocol 
specification.
   
   For nullable structs, the encoding is defined as follows:
   - The first byte is an INT8 null indicator (-1 for null, 1 for non-null)
   - If non-null, the remaining bytes contain the serialization of each field 
in order
   - If null, no additional bytes follow the null indicator


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

Reply via email to