Pulsar: Add configuration properties to limit the automatic creation of topics.

Created on 25 Jan 2019  路  4Comments  路  Source: apache/pulsar

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

componenbroker help wanted typfeature

Most helpful comment

+1 on providing a configuration setting to disable topic auto-creation.

All 4 comments

3430 is related

+1 on providing a configuration setting to disable topic auto-creation.

Ok, I have a pretty good idea on how to add these configuration parameters. Will start working on this one.

This is fixed by #3450

Was this page helpful?
0 / 5 - 0 ratings