startjava commented on issue #18095:
URL: https://github.com/apache/pulsar/issues/18095#issuecomment-1282407383
deleteTenant and readTenant() method asynchronzied run ?
deleteTenant() method source:
```
public void deleteTenant(String tenant, boolean force) throws
PulsarAdminException {
this.sync(() -> {
return this.deleteTenantAsync(tenant, force);
});
}
```
inner asynchronzied run? no result ?
--
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]