Luke Chen created KAFKA-15409: --------------------------------- Summary: Distinguishing controller configs from broker configs in KRaft mode Key: KAFKA-15409 URL: https://issues.apache.org/jira/browse/KAFKA-15409 Project: Kafka Issue Type: Improvement Components: kraft Reporter: Luke Chen Assignee: Luke Chen
In the doc, we category the configs by components. Currently, we have: {code:java} 3. Configuration 3.1 Broker Configs 3.2 Topic Configs 3.3 Producer Configs 3.4 Consumer Configs 3.5 Kafka Connect Configs Source Connector Configs Sink Connector Configs 3.6 Kafka Streams Configs 3.7 AdminClient Configs 3.8 System Properties {code} In the `3.1 Broker Configs` section, currently it contains: 1. controller role only configs 2. broker role only configs 3. controller and broker both applicable configs We should have a way to allow users to know which configs are for controller, and which are for broker, and which are for both. Created a [wiki|https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=263427911] to list the configs for controller/broker. -- This message was sent by Atlassian Jira (v8.20.10#820010)