Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix max topic for namespace does not work (apache#9193)
This PR fix max topic for namespace does not work. Max topic configuration for namespace does not work well. This is caused by currently we use globalZK to get the children node of "/managed-ledgers/tenant/namespace/domain" when caculate the number of existed topics. Znode of "/managed-ledgers/tenant/namespace/domain" should be accessed by localZK instead.
- Loading branch information