优化Pulsar缓存清理

This commit is contained in:
ChenYi 2025-08-21 16:58:01 +08:00
parent a9e559a5d6
commit b8f23f43dd

View File

@ -53,7 +53,11 @@
"EnableTopicTypeFilter": true, //Topic "EnableTopicTypeFilter": true, //Topic
"AllowedTopicTypes": [ "Static" ], //Topic "AllowedTopicTypes": [ "Static" ], //Topic
"AllowedClusters": [ "pulsar-cluster-1" ], // "AllowedClusters": [ "pulsar-cluster-1" ], //
"AdminRoles": [ "admin" ] "AdminRoles": [ "admin" ],
"EnableConsumerIdleCleanup": true,
"ConsumerIdleCleanupMinutes": 120,
"EnableProducerIdleCleanup": true,
"ProducerIdleCleanupMinutes": 60
}, },
"IoTDBOptions": { "IoTDBOptions": {
"UserName": "root", "UserName": "root",