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)