Redis 发布订阅可靠版本

This commit is contained in:
ChenYi 2025-08-14 17:39:26 +08:00
parent aa5428d210
commit 9ed56fc005
2 changed files with 7 additions and 5 deletions

@ -1 +1 @@
Subproject commit 798db6667ebd6a37c69877fe8657c268f267bfe3
Subproject commit 3b8af64e3fe25a223e9e6bc81a2b48e310069048

View File

@ -32,8 +32,8 @@
"TaskThreadCount": -1
},
"Pulsar": {
"ServiceUrl": "pulsar://192.168.56.101:6650",
"WebUrl": "http://192.168.56.101:8080",
"ServiceUrl": "pulsar://47.110.60.222:9093",
"WebUrl": "http://47.110.60.222:9094",
"UserName": "admin",
"TenantName": "1YMVZZkAkRArjxSD8457",
"Namespace": "OneNET",
@ -59,8 +59,10 @@
"IoTDBOptions": {
"UserName": "root",
"Password": "Lixiao@1980",
"TreeModelClusterList": [ "47.110.53.196:6667", "47.110.60.222:6667", "47.110.62.104:6667" ],
"TableModelClusterList": [ "47.110.53.196:6667", "47.110.60.222:6667", "47.110.62.104:6667" ],
//"TreeModelClusterList": [ "47.110.53.196:6667", "47.110.60.222:6667", "47.110.62.104:6667" ],
//"TableModelClusterList": [ "47.110.53.196:6667", "47.110.60.222:6667", "47.110.62.104:6667" ],
"TreeModelClusterList": [ "47.110.53.196:30710" ],
"TableModelClusterList": [ "47.110.53.196:30710" ],
"PoolSize": 32,
"DataBaseName": "jisheiotdata",
"OpenDebugMode": true,