Merge pull request #364 from Huyueeer/devConfig

平台配置EXPIRED_TOPIC_CONFIG新增正则过滤Topic
This commit is contained in:
EricZeng
2022-01-11 16:33:21 +08:00
committed by GitHub
3 changed files with 17 additions and 2 deletions

View File

@@ -136,7 +136,8 @@ EXPIRED_TOPIC_CONFIG
配置Value
```json
{
"minExpiredDay": 30, #
"minExpiredDay": 30, #,
"filterRegex": ".*XXX\\s+", #Topic
"ignoreClusterIdList": [ #
50
]