Jason Gustafson created KAFKA-13143:
---------------------------------------
Summary: Disable Metadata endpoint for KRaft controller
Key: KAFKA-13143
URL: https://issues.apache.org/jira/browse/KAFKA-13143
Project: Kafka
Issue Type: Improvement
Reporter: Jason Gustafson
Assignee: Jose Armando Garcia Sancio
Fix For: 3.0.0
The controller currently implements Metadata incompletely. Specifically, it
does not return the metadata for any topics in the cluster. This may tend to
cause confusion to users. For example, if someone used the controller endpoint
by mistake in `kafka-topics.sh --list`, then they would see no topics in the
cluster, which would be surprising. It would be better for 3.0 to disable
Metadata on the controller since we currently expect clients to connect through
brokers anyway.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)