Skip to content

Conversation

@rdhabalia
Copy link
Contributor

Motivation

As part of pulsar metadata api, we want to use metadata api for admin-resources. With this PR

  • tenant API will start using metadata-store api
  • making tenant admin async and remove all blocking zk call

Note: Next, I will create separate PR for rest of the admin resources.

return cache.delete(path);
}

public Boolean exists(String path) throws PulsarServerException {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should the return type be boolean ?

@rdhabalia
Copy link
Contributor Author

/pulsarbot run-failure-checks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Project-10: Replace Zookeeper API access in REST resources with Pluggable metadata resources

2 participants