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 non-protobuf message formats like Avro #68

Open
brandonros opened this issue Mar 21, 2019 · 0 comments
Open

Support non-protobuf message formats like Avro #68

brandonros opened this issue Mar 21, 2019 · 0 comments

Comments

@brandonros
Copy link

Send non-proto rpc

For using gRPC with protocols other than protobuf, you will need the exact method name string and a file containing the raw bytes to be sent on the wire.

$ grpc_cli call localhost:50051 /helloworld.Greeter/SayHello \
  --input_binary_file=input.bin \
  --output_binary_file=output.bin
On success, you will need to read or decode the response from the output.bin file.


https://github.com/grpc/grpc/blob/master/doc/command_line_tool.md

Your tool can't do this, right?

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

No branches or pull requests

1 participant