[ 
https://issues.apache.org/jira/browse/KAFKA-8657?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16883348#comment-16883348
 ] 

ASF GitHub Bot commented on KAFKA-8657:
---------------------------------------

jolshan commented on pull request #7075: KAFKA-8657: Automatic Topic Creation 
on Producer
URL: https://github.com/apache/kafka/pull/7075
 
 
   [WIP]
   
   This is a PR for KIP 487: 
https://cwiki.apache.org/confluence/display/KAFKA/KIP-487%3A+Automatic+Topic+Creation+on+Producer
   
   To deprecate the broker configuration to automatically create topics, the 
producer now has configurations to automatically create topics. These include 
enabling auto-creation, the number of partitions and replication factor for 
automatically created topics. Tests have been added to show that the topic can 
be created automatically when the broker configuration is no longer enabled.
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> Automatic Topic Creation on Producer
> ------------------------------------
>
>                 Key: KAFKA-8657
>                 URL: https://issues.apache.org/jira/browse/KAFKA-8657
>             Project: Kafka
>          Issue Type: Improvement
>            Reporter: Justine Olshan
>            Assignee: Justine Olshan
>            Priority: Minor
>
> Kafka has a feature that allows for the auto-creation of topics. Usually this 
> is done through a metadata request to the broker. KIP 487 aims to give the 
> producer the functionality to auto-create topics through a separate request. 
> See 
> [https://cwiki.apache.org/confluence/display/KAFKA/KIP-487%3A+Automatic+Topic+Creation+on+Producer]
>  



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

Reply via email to