You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by "Jason Gustafson (Jira)" <ji...@apache.org> on 2021/02/03 00:44:00 UTC

[jira] [Created] (KAFKA-12278) Keep api versions consistent with api scope

Jason Gustafson created KAFKA-12278:
---------------------------------------

             Summary: Keep api versions consistent with api scope
                 Key: KAFKA-12278
                 URL: https://issues.apache.org/jira/browse/KAFKA-12278
             Project: Kafka
          Issue Type: Improvement
            Reporter: Jason Gustafson
            Assignee: Jason Gustafson


With KIP-500, some APIs are only accessible by the broker and some are only accessible by the controller. We need a better way to indicate the scope of the API so that we can keep it consistent with the `ApiVersions` API. Basically we have the following scopes:

- zk broker (e.g. LeaderAndIsr)
- kip-500 broker (e.g. DecommissionBroker)
- kip-500 controller (e.g. 

These categories are not mutually exclusive. For example, the `Fetch` API must be exposed in all scopes. We could go even further by distinguishing an inter-broker scope, but that is probably not needed for now.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)