[
https://issues.apache.org/jira/browse/KAFKA-14612?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jason Gustafson resolved KAFKA-14612.
-------------------------------------
Fix Version/s: 3.4.0
Resolution: Fixed
> Topic config records written to log even when topic creation fails
> ------------------------------------------------------------------
>
> Key: KAFKA-14612
> URL: https://issues.apache.org/jira/browse/KAFKA-14612
> Project: Kafka
> Issue Type: Bug
> Components: kraft
> Reporter: Jason Gustafson
> Assignee: Andrew Grant
> Priority: Major
> Fix For: 3.4.0
>
>
> Config records are added when handling a `CreateTopics` request here:
> [https://github.com/apache/kafka/blob/trunk/metadata/src/main/java/org/apache/kafka/controller/ReplicationControlManager.java#L549.]
> If the subsequent validations fail and the topic is not created, these
> records will still be written to the log.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)