deeplay-io / nice-grpc

A TypeScript gRPC library that is nice to you

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Server reflection does not support describing individual methods

aikoven opened this issue · comments

Expected behavior:

$ grpcurl -plaintext localhost:5555 describe my_package.v1.MyService.MyMethod
my_package.v1.MyService.MyMethod is a method:
rpc MyMethod ( .my_package.v1.MyMethodRequest ) returns ( .my_package.v1.MyMethodResponse ) {
  option idempotency_level = IDEMPOTENT;
}

Actual behavior:

$ grpcurl -plaintext localhost:5555 describe my_package.v1.MyService.MyMethod
Failed to resolve symbol "my_package.v1.MyService.MyMethod": Symbol not found: my_package.v1.MyService.MyMethod