AndrewJSchofield opened a new pull request, #18423: URL: https://github.com/apache/kafka/pull/18423
The versions of coordinator record keys are hijacked to distinguish between the record types. Coordinator record values are always version 0. The JSON schema definition of ShareUpdateRecord uses version 0, but the version number used when constructing the record was version 1. This patch applies to AK 4.0 only because this code has been superseded and the error was already been fixed. ### Committer Checklist (excluded from commit message) - [ ] Verify design and implementation - [ ] Verify test coverage and CI build status - [ ] Verify documentation (including upgrade notes) -- 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