Luke Chen created KAFKA-13612:
---------------------------------
Summary: internal topics won't be created in metadataRequest when
auto.create.topics.enable=false
Key: KAFKA-13612
URL: https://issues.apache.org/jira/browse/KAFKA-13612
Project: Kafka
Issue Type: Bug
Affects Versions: 3.0.0, 2.8.0
Reporter: Luke Chen
Assignee: Luke Chen
In KAFKA-9751, when create internal topics through FindCoordinator or Metadata
request, we route the topic creation request to the controller instead of
handling by itself. We change logic in `KafkaApis#getTopicMetadata`, and make
the internal topic won't get created when "auto.create.topics.enable=false`.
h4.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)