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

[controller] Add support for gRPC in venice-controller - Part I #1396

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

sushantmane
Copy link
Collaborator

@sushantmane sushantmane commented Dec 16, 2024

Add support for gRPC in venice-controller - Part I

This commit introduces foundational server-side code to support gRPC-based endpoints in the Venice Controller. To keep the change set manageable and facilitate incremental progress, this PR includes only 3 out of the 15 endpoints implemented in #1244. The remaining endpoints will be added in the subsequent PRs.

How was this PR tested?

UTs and E2E tests

Does this PR introduce any user-facing changes?

  • No. You can skip the rest of this section.
  • Yes. Make sure to explain your proposed changes and call out the behavior change.

sushantmane and others added 2 commits December 17, 2024 00:05
- Add controller handler service and gRPC server with secure mode
- Implement create store, get store, getAllStores, list stores APIs
- Add proto definitions for Stores and empty push
- Enable configuration to toggle gRPC server on/off
- Fix error handling and transport in ControllerClient for test compatibility
- Add additional routes: AdminCommandExecution, AdminTopicMetadata, Cluster, Version
- Update Docker setup for gRPC compatibility

Add experimental changes

Add integration test
@sushantmane sushantmane force-pushed the grpc-in-venice-control-plane-basics branch from fd9b817 to 405b106 Compare December 17, 2024 10:40
@sushantmane sushantmane force-pushed the grpc-in-venice-control-plane-basics branch from 405b106 to 3c79933 Compare December 17, 2024 10:45
@sushantmane sushantmane requested a review from FelixGV December 18, 2024 05:26
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.

1 participant