> Why not disable auto-creation for system topics? and then we can create it
> before the broker start. which can avoid introduce complex meaning of
> `allowAutoTopicCreationType` configuration.
A broker cannot know all of the system topics to create at startup.
For example, some system topics a
Hi, Michael
I've got several questions and hope you can help answer.
Why not disable auto-creation for system topics? and then we can create it
before the broker start. which can avoid introduce complex meaning of
`allowAutoTopicCreationType` configuration.
Plus, why we chose the non-partition
Hi Pulsar Community,
After several recent issues regarding incorrectly auto created topics,
I think we should default to creating system topics as non-partitioned
topics when auto created.
Lari put together a PR here
https://github.com/apache/pulsar/pull/20397. The PR has relevant
context.
Let m