优化Pulsar缓存清理
This commit is contained in:
parent
a9e559a5d6
commit
b8f23f43dd
@ -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",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user