Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[pulsar-broker] Authorization service uses metadata-store api #9586

Merged
merged 1 commit into from
Feb 20, 2021

Conversation

rdhabalia
Copy link
Contributor

@rdhabalia rdhabalia commented Feb 15, 2021

Motivation

Use metadata store api in authorization service. This PR is on top of : #9485

  1. Authorization service uses ZooKeeper-API from the ConfigurationCacheService
  2. Replace ConfigurationCacheService with ConfigurationMetadataCacheService which uses Metadata-store API
  3. Remove direct ZooKeeper dependency from Authorization Service.

@rdhabalia rdhabalia added this to the 2.8.0 milestone Feb 15, 2021
@rdhabalia rdhabalia self-assigned this Feb 15, 2021
@rdhabalia rdhabalia force-pushed the zk_rest_auth branch 3 times, most recently from c43b4ab to e9b1d38 Compare February 19, 2021 01:35
fix discovery test

fix test

add timeout
@Getter(AccessLevel.PUBLIC)
public class PulsarResources {

private TenantResources tenatResources;
Copy link
Contributor

Choose a reason for hiding this comment

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

--> tenantResources

@merlimat merlimat merged commit 1fab5aa into apache:master Feb 20, 2021
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 from Authorization-service with Pluggable metadata resources
2 participants