Add configuration to control whether to write null value in JSON serialization in aggregation #283

This commit is contained in:
Francis Dong
2021-08-23 16:29:50 +08:00
committed by dxfeng10
parent f898b7145c
commit 8d68b737bd
4 changed files with 28 additions and 13 deletions

View File

@@ -101,4 +101,8 @@ refresh-local-cache:
gateway-group-enabled: true
app-auth-enabled: true
flow-control-rule-enabled: true
rpc-service-enabled: true
rpc-service-enabled: true
fizz:
aggregate:
writeMapNullValue: false