feat: verify RpcPath on startup (#2159)

* feat: verify RpcPath on startup

* feat: support http header Grpc-Timeout
This commit is contained in:
Kevin Wan
2022-07-17 12:37:23 +08:00
committed by GitHub
parent b206dd28a3
commit 557383fbbf
11 changed files with 155 additions and 31 deletions

View File

@@ -35,7 +35,7 @@ Upstreams:
Mapping:
- Method: get
Path: /pingHello/:ping
Rpc: hello.Hello/Ping
RpcPath: hello.Hello/Ping
- Grpc:
Endpoints:
- localhost:8081
@@ -43,7 +43,7 @@ Upstreams:
Mapping:
- Method: post
Path: /pingWorld
Rpc: world.World/Ping
RpcPath: world.World/Ping
```
## Generate ProtoSet files