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 2018/09/13 23:49:00 UTC

[jira] [Created] (KAFKA-7409) Validate topic configs prior to topic creation

Jason Gustafson created KAFKA-7409:
--------------------------------------

             Summary: Validate topic configs prior to topic creation
                 Key: KAFKA-7409
                 URL: https://issues.apache.org/jira/browse/KAFKA-7409
             Project: Kafka
          Issue Type: Bug
            Reporter: Jason Gustafson


There are some validation checks that we do on startup when constructing the {{LogConfig}} object using {{fromProps}} which we do not verify on topic creation. The message format version check is one of them. An invalid value, once set, can prevent broker startup. We should make the validation consistent.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)