Client
Global Configuration
## Client-related configuration
asjard:
clients:
## Client load balancing. If absent or empty, defaults to localityRoundRobin
# loadbalance: "localityRoundRobin"
## Custom client interceptor configuration
## Same as servers.interceptors configuration
# interceptors: ""
## Built-in client interceptors of the framework
# builtInInterceptors: errLog,slowLog,rest2RpcContext,cycleChainInterceptor,circuitBreaker
## Or can be configured as a YAML list
# builtInInterceptors:
# - rest2RpcContext
# - cycleChainInterceptor
# - circuitBreaker
## Same as servers.certFile configuration
# certFile: ""
## gRPC client related configurationCustom client
Last updated