dajac commented on code in PR #12972: URL: https://github.com/apache/kafka/pull/12972#discussion_r1098630635
########## clients/src/main/java/org/apache/kafka/common/protocol/ApiKeys.java: ########## @@ -212,6 +215,36 @@ public boolean isVersionSupported(short apiVersion) { return apiVersion >= oldestVersion() && apiVersion <= latestVersion(); } + public boolean isVersionEnabled(short apiVersion, boolean enableUnstableLastVersion) { + // ApiVersions API is a particular case that we always accept any, even Review Comment: Let me extend the comment. -- 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