-
**Describe the question**
Hi everyone, I'm struggling with using ellixir-grpc/grpc to connect with gRPC server running on Google Cloud Run. I'm trying to run code like below.
```elixir
parsed_htm…
-
Hi.
I'm trying to get the description of an enum and it gives me an error: "Failed to resolve symbol "com.nms.noc.fm.grpc.AlarmState": Symbol not found: com.nms.noc.fm.grpc.AlarmState"
```
syntax…
-
Hello there,
as we do not yet know where the persistence API will end up, and want to write this in Rust/C++ anyway I just open this issue for discussion.
here is a complete - albeit beyond ugly…
-
Contributes to #33083
https://github.com/MicrosoftDocs/OData-docs/blob/main/Odata-docs/webapi/first-odata-api.md Hits: Postman Post some data to the web API app, using a tool such as [HTTP REPL](/a…
-
Ability to health check a gRPC service that has implemented [GRPC Health Check](https://github.com/grpc/grpc/blob/master/doc/health-checking.md#grpc-health-checking-protocol)
```
grpcurl grpc.doma…
-
### Motivation
We currently return the error code 0 for most RPC errors.
We might want to return the same error codes that zcashd does. (However, we might want to investigate if people rely on t…
-
If a given system uses the newly support HTTP/3 channel configuration then gRPCurl's current TCP only implementation can not provide any usefulness.
The solution is for gRPCurl's gRPC functionality…
-
panic: rpc error: code = Unimplemented desc = unknown service proto.JobService [recovered]
panic: rpc error: code = Unimplemented desc = unknown service proto.JobService。
winddows本地容器化部署中心节点样例。查询不到相…
-
👋 I'm not sure if this is an issue with grpcurl or with my demo code (though I don't immediately see anything wrong with the latter).
I am running a very basic demo gRPC server in Node.js with serv…
-
I have a proto set with 3 gRPC services (and some external dependencies) that compiles appropriately on the protobuf side, compiles and runs in go, and clients work when interacting with the server, …