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

gRPC for RPC #134

Closed
navaneeth opened this issue Apr 25, 2015 · 4 comments
Closed

gRPC for RPC #134

navaneeth opened this issue Apr 25, 2015 · 4 comments

Comments

@navaneeth
Copy link
Contributor

gRPC(https://github.com/grpc) is becoming popular and it is very useful for RPC, We can use that to avoid lot of boilerplate code that we are using to do RPC over protobuf.

@prateekbaheti
Copy link
Contributor

Looks like a good idea. It seems to have a decent language support (not as much as protocol buffers but better than any other rpc implementation out there currently). We could branch off and move to grpc and along with that we can move a lot of our proto messages to services.

@nehashri
Copy link
Contributor

Currently we have gRPC support when Gauge runs in the lsp mode. We should support gRPC for execution and completely remove RPC.

For this to be effective, we need to move ensure that Gauge works with both RPC and gRPC for awhile. Some plugins may choose to use gRPC and Gauge should establish a connection with these plugins through gRPC. If the plugin doesn't specify its preference RPC should be used by default.

@BugDiver BugDiver self-assigned this Oct 7, 2019
@BugDiver
Copy link
Member

BugDiver commented Oct 14, 2019

The specific issues/tasks which needs to be fixed it order complete this

@BugDiver BugDiver removed their assignment Oct 15, 2019
@Debashis9012
Copy link
Contributor

The below issues/tasks which has fixed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

8 participants