Re: [DISCUSS] Make system topics non-partitioned by default

2023-06-27 Thread Michael Marshall
> 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

Re: [DISCUSS] Make system topics non-partitioned by default

2023-06-27 Thread mattisonchao
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