You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2019/08/09 04:29:49 UTC

[GitHub] [pulsar] jiazhai opened a new issue #4926: Add more config for auto-topic-creation

jiazhai opened a new issue #4926: Add more config for auto-topic-creation
URL: https://github.com/apache/pulsar/issues/4926
 
 
   **Is your feature request related to a problem? Please describe.**
   Curently the partitioned-topic and non-partitioned topic is a little confuse for users. in PR #3450 we add config for auto-topic-creation.
   We could leverage this config to provide some more config for auto-topic-creation:
   e.g.
   - auto create what type of topic: partitioned/non-partitioned.
   - if auto create partitioned topic, what is the default partition number.
   
   With PR #4764 and #4883, we could create partitioned topic with 1 partition number, it would be good to make partitioned topic as default topic, it would be easy for user to understand and use.
   

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services