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

Support streams and other GRPC specifics #3

Open
joshcarp opened this issue Mar 5, 2020 · 0 comments
Open

Support streams and other GRPC specifics #3

joshcarp opened this issue Mar 5, 2020 · 0 comments
Labels

Comments

@joshcarp
Copy link
Contributor

joshcarp commented Mar 5, 2020

service foobar{
rpc method(stream Request)returns(stream Response);
}

should end up with sysl that looks like:

foobar:
   method(ok <: Request)[~stream ~GRPC]:
            return ret <: Response [~stream]

@ChloePlanet ChloePlanet added the P0 label Jun 22, 2020
@andrewemeryanz andrewemeryanz removed their assignment Jul 23, 2020
anzopensource pushed a commit that referenced this issue Nov 10, 2020
Support the use of `grpcurl` by improving consistency between proto spec and generated code.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants