-
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…
-
**The context**
What do you wish to achieve?
use `reflection API` debug grpc-server
**The bug**
I checked `grpc.server.reflection-service-enabled`config is`true` also `@Bean @GrpcService …
-
-
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, …
-
### Is there an existing issue for this?
- [X] I have searched the tracker for existing similar issues and I know that duplicates will be closed
### Describe the Issue
When I attempt to use r…
-
(因为内容比较多就中文写了)
我所使用的gozero框架是v1.4.0
我想问下gozero/gateway目录下的http网关,为什么不接受form-data类型的传参?
我写了一个demo程序,其中rpc的proto定义了:
```
message PingReq {
string ping = 1;
}
message PongRsp {
string po…
-
```
grpcurl -reflect-header grpc-service:proto.MyGrpcService -d '{"name": "mike"}' localhost:9090 proto.MyGrpcService/hello
```
Is there any way to define `reflect-header` using this library?
…
-
### Expected Behavior
A gRPC call goes through and either succeeds or a descriptive error is returned.
### Actual Behavior
Error `14 No connection established` is returned with no further messages …
-
Is there an existing way for grpcurl to output the GRPC binary response instead of converting it to text?
-
Hello, Marc.
I try to use reflection in my project, but got problem with enums.
I have service with request record:
```
[ProtoContract]
public record GenerateTokenRequest
{
…