JiayaoS commented on PR #22230: URL: https://github.com/apache/kafka/pull/22230#issuecomment-4394973240
As confirmed by the [protocol specification](https://kafka.apache.org/42/design/protocol/#the-messages) and the [RequestHeader schema](https://github.com/apache/kafka/blob/85c7227bf2a64178b5217788b12f6cf3ff0cea8b/clients/src/main/resources/common/message/RequestHeader.json#L29), both request_api_key and request_api_version are defined as 16-bit integers (int16), which maps to short in Java. -- 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]
