api7 / grpc_server_example

Apache License 2.0
15 stars 14 forks source link

chore: change rpc name `Echo.Hi` to `EchoService.Echo` #23

Closed An-DJ closed 1 year ago

An-DJ commented 1 year ago

Example:

$ grpcurl -plaintext -d '{"msg": "Hi APISIX"}' 127.0.0.1:50051 echo.EchoService/Echo
{
  "msg": "Hi APISIX"
}