feat: support the specified timeout of rpc methods (#2742)

Co-authored-by: hanzijian <hanzijian@52tt.com>
Co-authored-by: Kevin Wan <wanjunfeng@gmail.com>
This commit is contained in:
vankillua
2023-10-25 21:01:57 +08:00
committed by GitHub
parent 2a335c7608
commit 842c4d81cc
10 changed files with 378 additions and 29 deletions

View File

@@ -24,4 +24,6 @@ type (
Prometheus bool `json:",default=true"`
Breaker bool `json:",default=true"`
}
ServerSpecifiedTimeoutConf = serverinterceptors.ServerSpecifiedTimeoutConf
)