Compare commits
No commits in common. "b3d7e3d9025b2adafae5b83f2864e9f08d1ad8ff" and "b39c626c0740b19c0f06b152a7e27e156e2c4cf8" have entirely different histories.
b3d7e3d902
...
b39c626c07
@ -1 +1 @@
|
||||
Subproject commit 3dbd0ebf5fff82ae03945631aa8e401620931ab1
|
||||
Subproject commit 3d3deeaea2a1f54c5d6dfad97e928a43d886b2b1
|
||||
@ -46,13 +46,13 @@
|
||||
"TaskThreadCount": 1,
|
||||
"IsSubscriber": true,
|
||||
"AdminToken": "eyJhbGciOiJIUzUxMiJ9.eyJzdWIiOiJhZG1pbiJ9.BzPvlu1lulFJvKofOZSw0FNtGW_edXS4rU32e6lfTX6s4VOh3I-noPRkSdfdF5xE6zR3X_kz4NPuz4Vb5KVLfQ",
|
||||
"EnableAutoCreation": true,
|
||||
"DefaultPartitions": 16,
|
||||
"DefaultBundles": 16,
|
||||
"EnableAutoCreation": true, //开启自动创建Topic
|
||||
"TopicMode": "Static", //Dynamic 主题模式
|
||||
"EnableTopicTypeFilter": true, //允许Topic类型过滤
|
||||
"AllowedTopicTypes": [ "Static" ], //允许的Topic类型
|
||||
"AllowedClusters": [ "pulsar-cluster-1" ], //允许的集群
|
||||
"TopicMode": "Static",
|
||||
"EnableTopicTypeFilter": true,
|
||||
"AllowedTopicTypes": [ "Dynamic", "Static" ],
|
||||
"AllowedClusters": [ "pulsar-cluster-1" ],
|
||||
"AdminRoles": [ "admin" ]
|
||||
},
|
||||
"IoTDBOptions": {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user