实现Pulsar生产和消费联通
This commit is contained in:
parent
638a97c469
commit
9fd1077492
@ -1 +1 @@
|
|||||||
Subproject commit da1f927cfc578232102afaa275087d278bb61992
|
Subproject commit 5bda3a655e9e58765b0f989036d4645c1197ac57
|
||||||
@ -46,15 +46,14 @@
|
|||||||
"TaskThreadCount": 1,
|
"TaskThreadCount": 1,
|
||||||
"IsSubscriber": true,
|
"IsSubscriber": true,
|
||||||
"AdminToken": "eyJhbGciOiJIUzUxMiJ9.eyJzdWIiOiJhZG1pbiJ9.BzPvlu1lulFJvKofOZSw0FNtGW_edXS4rU32e6lfTX6s4VOh3I-noPRkSdfdF5xE6zR3X_kz4NPuz4Vb5KVLfQ",
|
"AdminToken": "eyJhbGciOiJIUzUxMiJ9.eyJzdWIiOiJhZG1pbiJ9.BzPvlu1lulFJvKofOZSw0FNtGW_edXS4rU32e6lfTX6s4VOh3I-noPRkSdfdF5xE6zR3X_kz4NPuz4Vb5KVLfQ",
|
||||||
"EnableAutoCreation": true,
|
|
||||||
"DefaultPartitions": 16,
|
"DefaultPartitions": 16,
|
||||||
"DefaultBundles": 16,
|
"DefaultBundles": 16,
|
||||||
"TopicMode": "Static", //Dynamic
|
"EnableAutoCreation": true, //开启自动创建Topic
|
||||||
"EnableTopicTypeFilter": true,
|
"TopicMode": "Static", //Dynamic 主题模式
|
||||||
"AllowedTopicTypes": [ "Static" ],
|
"EnableTopicTypeFilter": true, //允许Topic类型过滤
|
||||||
"AllowedClusters": [ "pulsar-cluster-1" ],
|
"AllowedTopicTypes": [ "Static" ], //允许的Topic类型
|
||||||
"AdminRoles": [ "admin" ],
|
"AllowedClusters": [ "pulsar-cluster-1" ], //允许的集群
|
||||||
"AuthenticationMethodName": "iot-auth"
|
"AdminRoles": [ "admin" ]
|
||||||
},
|
},
|
||||||
"IoTDBOptions": {
|
"IoTDBOptions": {
|
||||||
"UserName": "root",
|
"UserName": "root",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user