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

Implement support for grpc services #1

Open
FabioBatSilva opened this issue Nov 19, 2015 · 2 comments
Open

Implement support for grpc services #1

FabioBatSilva opened this issue Nov 19, 2015 · 2 comments
Assignees
Milestone

Comments

@FabioBatSilva
Copy link
Member

http://www.grpc.io/

@FabioBatSilva FabioBatSilva self-assigned this Nov 19, 2015
@FabioBatSilva FabioBatSilva added this to the 1.0.0 milestone Nov 19, 2015
@rcrowe
Copy link

rcrowe commented Aug 20, 2016

I would love to see this implemented. I can see this issue was created a long time, so I'm guessing this hasn't been done?

Any pointers for anyone else wishing to contribute? I need to move some legacy code over to using gRPC and this has been the best library I've found.

@FabioBatSilva
Copy link
Member Author

Hi @rcrowe,
No, this is not implemented yet.

I started looking into grpc/grpc.
Not sure what is the state now but at the time the code was not very well decoupled from the PB implementation they are using.

The first thing to do would be to make sure that grpc/grpc allows for other implementations and then implement the grpc service generation as part of protobuf-php/protobuf-plugin. maybe another lib that provides a adapter layer between protobuf-php/protobuf and grpc/grpc

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

No branches or pull requests

2 participants