Pulsar部署脚本

This commit is contained in:
ChenYi 2025-08-11 17:39:17 +08:00
parent 7a823a600d
commit c94432b333
2 changed files with 10 additions and 11 deletions

@ -1 +1 @@
Subproject commit b7556dedd67cafbceb4add8d3bb35b0c7154ee8d
Subproject commit 8de6a4a2a8f89226955aa2e066769ef3cbe2e709

View File

@ -34,18 +34,17 @@
"Pulsar": {
"ServiceUrl": "pulsar+ssl://iot-north-mq.heclouds.com:6651",
"WebUrl": "http://localhost:8080",
"EnableFilter": true,
"EnableAuthorization": true,
"EnableIoTAuth": true,
"Tenant": "public",
"Namespace": "default",
"PulsarAccessId": "1YMVZZkAkRArjxSD8457",
"PulsarSecretKey": "0fd7afb8b0d04e6abc4fdfdac2190a79",
"PulsarSubscriptionCustomName": "sub",
"EnableTls": false,
"TlsCertificatePath": "",
"TlsPrivateKeyPath": "",
"ValidateServerCertificate": false,
"NumPartitions": 30,
"TaskThreadCount": 1,
"IoTAccessId": "1YMVZZkAkRArjxSD8457",
"IoTSecretKey": "0fd7afb8b0d04e6abc4fdfdac2190a79",
"IoTSubscriptionCustomName": "sub",
"ConnectionTimeout": 30,
"OperationTimeout": 30,
"KeepAliveInterval": 30,
"TaskThreadCount": 4,
"IsSubscriber": true
},
"IoTDBOptions": {