api7 / grpc_server_example

Apache License 2.0
15 stars 14 forks source link

feat: Add `GetErrResp` method to test `grpc-status-details-bin` of `grpc-transcode` #18

Closed guoqqqi closed 1 year ago

guoqqqi commented 1 year ago

When testing according to the documentation, I encountered a grpc-message: unknown method GetErrResp for service helloworld.Greeter error. image

The GetErrResp method needs to be added to ensure a smooth presentation according to the documentation

refer to: https://github.com/apache/apisix/pull/7639/files#diff-43ceb61b9cc69a6a375b12350280348f412e06bbb231b9d963b8655a8bd9ddb5R98

guoqqqi commented 1 year ago

cc @leslie-tsang