Description
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.
Attachments
Issue Links
- links to