[ 
https://issues.apache.org/jira/browse/KAFKA-8305?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Matthias J. Sax updated KAFKA-8305:
-----------------------------------
    Description: 
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.

NOTE: I am planning on working on this, but I do not have permissions to assign 
this ticket to myself.

KIP: 
[https://cwiki.apache.org/confluence/display/KAFKA/KIP-464%3A+Defaults+for+AdminClient%23createTopic]

  was:
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.

NOTE: I am planning on working on this, but I do not have permissions to assign 
this ticket to myself.


> AdminClient should support creating topics with default partitions and 
> replication factor
> -----------------------------------------------------------------------------------------
>
>                 Key: KAFKA-8305
>                 URL: https://issues.apache.org/jira/browse/KAFKA-8305
>             Project: Kafka
>          Issue Type: Improvement
>          Components: admin
>            Reporter: Almog Gavra
>            Assignee: Almog Gavra
>            Priority: Major
>              Labels: kip
>             Fix For: 2.4.0
>
>
> 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.
> NOTE: I am planning on working on this, but I do not have permissions to 
> assign this ticket to myself.
> KIP: 
> [https://cwiki.apache.org/confluence/display/KAFKA/KIP-464%3A+Defaults+for+AdminClient%23createTopic]



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

Reply via email to