aloknnikhil commented on a change in pull request #9996: URL: https://github.com/apache/kafka/pull/9996#discussion_r568814206
########## 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: Spoke offline. Will mark the API as `controllerOnly` for now to not advertise as part of the supported BrokerAPIs. We will allow the broker to process requests for this API once the KIP-500 controller integration is complete ---------------------------------------------------------------- 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