You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Almog Gavra (JIRA)" <ji...@apache.org> on 2019/04/29 18:52:00 UTC

[jira] [Created] (KAFKA-8305) AdminClient should support creating topics with `default.replication.factor`

Almog Gavra created KAFKA-8305:
----------------------------------

             Summary: AdminClient should support creating topics with `default.replication.factor`
                 Key: KAFKA-8305
                 URL: https://issues.apache.org/jira/browse/KAFKA-8305
             Project: Kafka
          Issue Type: Improvement
          Components: admin
            Reporter: Almog Gavra


Today, the AdminClient creates topics by requiring a `NewTopic` object, which must contain either partitions and replicas or an exact broker mapping (which then infers partitions and replicas). Some users, however, could benefit from just using the cluster default for replication factor but may not want to use auto topic creation.



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