-
Notifications
You must be signed in to change notification settings - Fork 153
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
stream requests and response support in rpc #79
Comments
Thanks! Parsing the |
On the branch Some implementation details:
I think especially the part with how the data format is still backwards compatible, is the way I'd like it to be, ie not changing existing records. |
Thank you for so quick reaction. Few things here:
|
Ah, yes, I think you're right, that it's a bit cautios edit sorry, hit comment too early |
Ah, yes, I think you're right that it's a bit over-cautious to keep the (meant to say over-cautious in last post, not cautious, when accidentally hitting comment) |
New version pushed. I'll probably merge this shortly, and if you discover anything more to fix or add or so, we can take it from there |
Thanks! I will test new version as soon as possible. Actually, I already have a near to working version. Just stuck a little bit, with cowboy support of trailers headers ninenines/cowboy#1017 |
@IgorKarymov, let me know what are your plugin requirements, i'd be happy to take a look at it |
I merged the |
Hi, Thomas! Thanks for the development of such nice library!
I'm thinking about implementing of grpc erlang server and client on the base of it.
At the current moment, I'm on very early 'research' stage.
Could you please add stream option support to parser, to make it possible to compile base grpc service example like this one: https://github.com/grpc/grpc/blob/release-0_14/examples/protos/route_guide.proto
It also will require adding some kind of 'stream' indication to find_rpc_def/2 return value.
The text was updated successfully, but these errors were encountered: