Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tekjar/grpc-try
https://github.com/tekjar/grpc-try
Last synced: 26 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/tekjar/grpc-try
- Owner: tekjar
- Created: 2018-12-24T06:12:56.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-02-21T07:12:03.000Z (almost 6 years ago)
- Last Synced: 2024-12-17T08:30:05.307Z (about 1 month ago)
- Language: Go
- Size: 8.43 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# grpc-try
```
protoc notification.proto --go_out=plugins=grpc:.
protoc --rust_out=. --grpc_out=. --plugin=protoc-gen-grpc=`which grpc_rust_plugin` notification.proto
```#### TROUBLESOOT:
Make sure package names match between rust and go proto files or else you face this
```
rpc error: code = Unimplemented desc =
```