Compare commits
2 Commits
a9e559a5d6
...
3d22646460
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3d22646460 | ||
|
|
b8f23f43dd |
@ -1 +1 @@
|
|||||||
Subproject commit cc2fecef20c3c25dab5b257e6fed5a0d0ca63e1f
|
Subproject commit a9863d07d7a4c6fed15e2cbecf7d282a97ad71ad
|
||||||
@ -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