gaoran10 opened a new pull request #11140: URL: https://github.com/apache/pulsar/pull/11140
Fixes https://github.com/apache/pulsar/issues/10673 Bug-2 ### Motivation Currently, create a partitioned topic in the replicated namespace will not create metadata path `/managed-ledgers` on replicated clusters. ### Modifications Add a new flag `createLocalTopicOnly` to indicate whether create the partitioned path in replicated clusters or not. If the flag is false, make remote calls to create partitioned topics on replicated clusters. ### Verifying this change Add a new test. ### Does this pull request potentially affect one of the following parts: *If `yes` was chosen, please highlight the changes* - Dependencies (does it add or upgrade a dependency): (no) - The public API: (no) - The schema: (no) - The default values of configurations: (no) - The wire protocol: (no) - The rest endpoints: (no) - The admin cli options: (no) - Anything that affects deployment: (no) -- 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. To unsubscribe, e-mail: commits-unsubscr...@pulsar.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org