DL1231 commented on PR #20614:
URL: https://github.com/apache/kafka/pull/20614#issuecomment-3446045043

   @junrao : Thanks for your review.
   
   Filed [KAFKA-19833](https://issues.apache.org/jira/browse/KAFKA-19833) to 
track this issue.
   
   >How about we use [T], [T]?, (T) and (T)? to represent array, nullable 
array, compacted array and nullable compacted array, respectively?
   >Also, could we add the STRUCT keyword to the top level schema in the 
generated html?
   
   The generated HTML looks like this:
   <pre>ConsumerGroupHeartbeat Response (Version: 0) => STRUCT throttle_time_ms 
error_code error_message member_id member_epoch heartbeat_interval_ms 
assignment 
     throttle_time_ms => INT32
     error_code => INT16
     error_message => COMPACT_NULLABLE_STRING
     member_id => COMPACT_NULLABLE_STRING
     member_epoch => INT32
     heartbeat_interval_ms => INT32
     assignment => NULLABLE_STRUCT (topic_partitions) 
       topic_partitions => STRUCT topic_id (partitions) 
         topic_id => UUID
         partitions => INT32
   </pre>
   
   


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