aloknnikhil commented on a change in pull request #9996: URL: https://github.com/apache/kafka/pull/9996#discussion_r568297429
########## File path: clients/src/main/java/org/apache/kafka/common/protocol/ApiKeys.java ########## @@ -123,6 +124,9 @@ /** indicates whether the API is enabled for forwarding **/ public final boolean forwardable; + /** indicates if this API is exclusive to the KIP-500 mode **/ + public final boolean isKip500OnlyApi; Review comment: @hachikuji I am not entirely sure we need this additional flag but I don't think there's a cleaner way to mark certain APIs as being available only under KIP-500 ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org