Distinguish api pairing server and client, api pairing service registration init

This commit is contained in:
hongqiaowei
2021-10-25 11:20:13 +08:00
committed by GitHub
parent 70b54886c6
commit 5b573310e3
9 changed files with 112 additions and 28 deletions

View File

@@ -105,23 +105,26 @@ refresh-local-cache:
fizz:
aggregate:
writeMapNullValue: false
aggregate:
writeMapNullValue: false
error:
response:
http-status.enable: true
code-field: "msgCode"
message-field: "message"
error:
response:
http-status.enable: true
code-field: "msgCode"
message-field: "message"
api.pairing:
enable: false
web-server.port: 8601
request:
timeliness: 300 # default 300 sec
timeout: 0 # default no timeout
retry-count: 0 # default no retry
retry-interval: 0 # default no retry interval
api.pairing:
server:
enable: false
client:
enable: false
port: 8601
request:
timeliness: 300 # default 300 sec
timeout: 0 # default no timeout
retry-count: 0 # default no retry
retry-interval: 0 # default no retry interval
fizz-trace-id:
header: X-Trace-Id