mattisonchao opened a new issue, #15043: URL: https://github.com/apache/pulsar/issues/15043
### Motivation This issue is used to track the progress of [PIP-149 Making the REST Admin API fully async](https://github.com/apache/pulsar/issues/14365). **We should check this PIP first to know our purpose and then push PR to refactor.** ### Progress #### BrokersBase.class - [ ] `getOwnedNamespaces`/`getAllDynamicConfigurations`/`getDynamicConfigurationName` - [ ] `getRuntimeConfiguration`/`getInternalConfigurationData`/`backlogQuotaCheck` #### ClustersBase.class - [ ] `getClusters` / `getCluster` / `createCluster` / `updateCluster` - [ ] `setPeerClusterNames` / `getPeerCluster` / `deleteCluster` - [ ] `getNamespaceIsolationPolicies` / `getNamespaceIsolationPolicy` / `getBrokersWithNamespaceIsolationPolicy` - [ ] `getBrokerWithNamespaceIsolationPolicy` / `setNamespaceIsolationPolicy` - [ ] `filterAndUnloadMatchedNameSpaces` / `unloadMatchedNamespacesList` - [ ] `deleteNamespaceIsolationPolicy` / `setFailureDomain` / `getFailureDomains` - [ ] `getDomain`/ `deleteFailureDomain` -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
