-
Notifications
You must be signed in to change notification settings - Fork 91
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
[admin-tool] Add gRPC endpoint for updateAdminOperationProtocolVersion #1535
[admin-tool] Add gRPC endpoint for updateAdminOperationProtocolVersion #1535
Conversation
internal/venice-common/src/main/proto/controller/ClusterAdminOpsGrpcService.proto
Outdated
Show resolved
Hide resolved
0e03739
to
eb37aa0
Compare
9ad95eb
to
fa932b2
Compare
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.
Let's add simple test for gRPC as well. Refer to tests for other endpoints for that service.
...oller/src/main/java/com/linkedin/venice/controller/server/ClusterAdminOpsRequestHandler.java
Outdated
Show resolved
Hide resolved
...controller/src/main/java/com/linkedin/venice/controller/server/AdminTopicMetadataRoutes.java
Show resolved
Hide resolved
...oller/src/main/java/com/linkedin/venice/controller/server/ClusterAdminOpsRequestHandler.java
Show resolved
Hide resolved
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.
Thanks Minh!
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.
LGTM. Thanks!
[admin-tool] Add gRPC endpoint for updateAdminOperationProtocolVersion
Within #1418, we have added the HTTP endpoint for --update-admin-operation-protocol-version in admin-tool to update admin operation protocol version, and we would do the same for gRPC endpoint.
How was this PR tested?
CI
Does this PR introduce any user-facing changes?