fantapsody commented on a change in pull request #10600:
URL: https://github.com/apache/pulsar/pull/10600#discussion_r633215384
##########
File path:
pulsar-broker/src/main/java/org/apache/pulsar/PulsarClusterMetadataSetup.java
##########
@@ -308,6 +324,32 @@ static void createTenantIfAbsent(ZooKeeper configStoreZk,
String tenant, String
}
}
+ static void createTenantIfAbsent(MetadataStore configStore, String tenant,
String cluster) throws IOException,
Review comment:
As @BewareMyPower pointed out, these methods are still used in
`PulsarInitialNamespaceSetup` and `PulsarTransactionCoordinatorMetadataSetup`.
I plan to open more PRs to fix these commands as well and then remove these
methods altogether.
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]