AndrewJSchofield commented on code in PR #22512: URL: https://github.com/apache/kafka/pull/22512#discussion_r3412835451
########## clients/src/main/resources/common/message/ApiVersionsRequest.json: ########## @@ -27,7 +27,6 @@ // Version 5 introduces ClusterId and NodeId checking and REBOOTSTRAP_REQUIRED error (KIP-1242). "validVersions": "0-5", "flexibleVersions": "3+", - "latestVersionUnstable": true, Review Comment: While the implementation was incomplete, I marked the latest version as unstable. This change removes the unstable indication so that new RPC version is now considered stable. That's my intent anyway. -- 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]
