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

Renamed "property" into "tenant" #1578

Merged
merged 5 commits into from
Apr 16, 2018
Merged

Conversation

merlimat
Copy link
Contributor

Motivation

Pulsar uses the term "property" to identify differents tenants. The term is a bit confusing to newcomers because it's not clear what a "property" is, since there are a lot of meanings.

Modifications

  • Rename "property" into "tenant".
  • V2 Admin API will have /admin/v2/tenants
  • V1 API will stick with /admin/properties
  • Java admin client will still work with admin.properties().create() (Deprecated) as well as admin.tenants().create().
  • CLI tool is changes into pulsar-admin tenants create ...

@merlimat merlimat added this to the 2.0.0-incubating milestone Apr 14, 2018
@merlimat merlimat self-assigned this Apr 14, 2018
@merlimat merlimat requested review from sijie, rdhabalia and jai1 April 14, 2018 01:05
@merlimat merlimat merged commit cc9a9d9 into apache:master Apr 16, 2018
@merlimat merlimat deleted the property-tenant branch April 16, 2018 03:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants