dengziming opened a new pull request, #19110: URL: https://github.com/apache/kafka/pull/19110
1. Convert ControRecordType schema to use auto-generated protocol`ControRecordTypeSchema` 2. Substitute `CURRENT_CONTROL_RECORD_KEY_SIZE` with`controlRecordKeySize()` method since the size is accumulated from `ControRecordTypeSchema`. 3. Add buffer to `ControRecordType` to avoid twice compute from `recordKey()` and `controlRecordKeySize()`. 4. flexibleVersions is set to none. -- 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