[ https://issues.apache.org/jira/browse/KAFKA-4032?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15431774#comment-15431774 ]
ASF GitHub Bot commented on KAFKA-4032: --------------------------------------- Github user asfgit closed the pull request at: https://github.com/apache/kafka/pull/1739 > Uncaught exceptions when autocreating topics > -------------------------------------------- > > Key: KAFKA-4032 > URL: https://issues.apache.org/jira/browse/KAFKA-4032 > Project: Kafka > Issue Type: Bug > Components: core > Reporter: Jason Gustafson > Assignee: Grant Henke > > With the addition of the CreateTopics API in KIP-4, we have some new > exceptions which can be raised from {{AdminUtils.createTopic}}. For example, > it is possible to raise InvalidReplicationFactorException. Since we have not > yet removed the ability to create topics automatically, we need to make sure > these exceptions are caught and handled in both the TopicMetadata and > GroupCoordinator request handlers. Currently these exceptions are propagated > all the way to the processor. -- This message was sent by Atlassian JIRA (v6.3.4#6332)