Skip to content

[pulsar-broker] Make tenant rest-api async and use metadata-store api - #9270

Closed
rdhabalia wants to merge 1 commit into
apache:masterfrom
rdhabalia:zk_rest_tenant
Closed

[pulsar-broker] Make tenant rest-api async and use metadata-store api#9270
rdhabalia wants to merge 1 commit into
apache:masterfrom
rdhabalia:zk_rest_tenant

Conversation

@rdhabalia

Copy link
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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