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/01/25 13:33:30 UTC

[GitHub] bilahepan opened a new issue #3436: Add configuration properties to limit the automatic creation of topics.

bilahepan opened a new issue #3436: Add configuration properties to limit the automatic creation of topics.
URL: https://github.com/apache/pulsar/issues/3436
 
 
   **Describe**
   When Pulsar client creates a producer or consumer, it first gets partition-metadata.
   If partition-metadata is not queried, and the topic does not exist, the broker will automatically create a non-partition topic.
   
   **Describe the solution you'd like**
    Add configuration parameters which can limit the broker to automatically create a non-partition topic.
   
   #issue-number

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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