[ https://issues.apache.org/jira/browse/KAFKA-13612?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17481329#comment-17481329 ]
Jason Gustafson commented on KAFKA-13612: ----------------------------------------- [~showuon] Thanks for filing the JIRA. I appreciate there was a behavior change in 2.8. The new behavior does seem more intuitive though, doesn't it? it is strange for `auto.create.topics.enable` to be ignored only for the internal topics. Is there a strong argument for reverting? Seems like it would be straightforward to work around any dependence on this behavior. > 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: 2.8.0, 3.0.0 > Reporter: Luke Chen > Assignee: Luke Chen > Priority: Major > > 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)