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