-
Notifications
You must be signed in to change notification settings - Fork 3.7k
[Issue 3475][pulsar-client] Add cluster checking before operating tenants with it #3476
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@murong00 I think it would be better to do the check on server side rather than in CLI tool. This way it would be strictly enforced and the error will be sent to REST, Java admin client lib and CLI tool.
@merlimat Thanks, I will fix it later. |
run java8 tests |
run java8 tests |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
Motivation
Fix #3475
Modifications
Add cluster checking before operating tenants with it.