You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Jason Gustafson (Jira)" <ji...@apache.org> on 2023/01/10 20:48:00 UTC

[jira] [Created] (KAFKA-14612) Topic config records written to log even when topic creation fails

Jason Gustafson created KAFKA-14612:
---------------------------------------

             Summary: 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


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)