cmccabe opened a new pull request, #12829: URL: https://github.com/apache/kafka/pull/12829
We should avoid using Message.highestSupportedVersion to generate metadata records. Instead, we need to pick the correct record version based on the current metadata version which is in effect. In cases where there is only one record version that we know how to generate, we can hard code that version, but it should just be a simple constant zero. -- 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]
