You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Daniel Urban (Jira)" <ji...@apache.org> on 2022/06/08 11:30:00 UTC

[jira] [Created] (KAFKA-13970) TopicAdmin topic creation should be retried on TimeoutException

Daniel Urban created KAFKA-13970:
------------------------------------

             Summary: TopicAdmin topic creation should be retried on TimeoutException
                 Key: KAFKA-13970
                 URL: https://issues.apache.org/jira/browse/KAFKA-13970
             Project: Kafka
          Issue Type: Improvement
          Components: KafkaConnect
            Reporter: Daniel Urban


org.apache.kafka.connect.util.TopicAdmin#createTopicsWithRetry handles the case when there aren't enough brokers in the cluster to create a topic with the expected replication factor. This logic should also handle the case when there are 0 brokers in the cluster, and should retry in that case.



--
This message was sent by Atlassian Jira
(v8.20.7#820007)