客户端
全局配置
## 客户端相关配置
asjard:
clients:
## 客户端负载均衡, 不存在或者为空,则默认为localityRoundRobin
# loadbalance: "localityRoundRobin"
## 自定义客户端拦截器配置
## 同servers.interceptors配置
# interceptors: ""
## 框架内建客户端拦截器
# builtInInterceptors: errLog,slowLog,rest2RpcContext,cycleChainInterceptor,circuitBreaker
## 或者可以按照yaml列表配置
# builtInInterceptors:
# - rest2RpcContext
# - cycleChainInterceptor
# - circuitBreaker
## 同servers.certFile配置
# certFile: ""
## grpc客户端相关配置自定义客户端
最后更新于