From 9fd10774929c69ab07f496a6da28b22a40ccf377 Mon Sep 17 00:00:00 2001 From: ChenYi <296215406@outlook.com> Date: Wed, 13 Aug 2025 17:37:54 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=9E=E7=8E=B0Pulsar=E7=94=9F=E4=BA=A7?= =?UTF-8?q?=E5=92=8C=E6=B6=88=E8=B4=B9=E8=81=94=E9=80=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- JiShe.ServicePro | 2 +- .../appsettings.Development.json | 13 ++++++------- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/JiShe.ServicePro b/JiShe.ServicePro index da1f927..5bda3a6 160000 --- a/JiShe.ServicePro +++ b/JiShe.ServicePro @@ -1 +1 @@ -Subproject commit da1f927cfc578232102afaa275087d278bb61992 +Subproject commit 5bda3a655e9e58765b0f989036d4645c1197ac57 diff --git a/host/JiShe.IoT.HttpApi.Host/appsettings.Development.json b/host/JiShe.IoT.HttpApi.Host/appsettings.Development.json index 158871c..33d9ea6 100644 --- a/host/JiShe.IoT.HttpApi.Host/appsettings.Development.json +++ b/host/JiShe.IoT.HttpApi.Host/appsettings.Development.json @@ -46,15 +46,14 @@ "TaskThreadCount": 1, "IsSubscriber": true, "AdminToken": "eyJhbGciOiJIUzUxMiJ9.eyJzdWIiOiJhZG1pbiJ9.BzPvlu1lulFJvKofOZSw0FNtGW_edXS4rU32e6lfTX6s4VOh3I-noPRkSdfdF5xE6zR3X_kz4NPuz4Vb5KVLfQ", - "EnableAutoCreation": true, "DefaultPartitions": 16, "DefaultBundles": 16, - "TopicMode": "Static", //Dynamic - "EnableTopicTypeFilter": true, - "AllowedTopicTypes": [ "Static" ], - "AllowedClusters": [ "pulsar-cluster-1" ], - "AdminRoles": [ "admin" ], - "AuthenticationMethodName": "iot-auth" + "EnableAutoCreation": true, //开启自动创建Topic + "TopicMode": "Static", //Dynamic 主题模式 + "EnableTopicTypeFilter": true, //允许Topic类型过滤 + "AllowedTopicTypes": [ "Static" ], //允许的Topic类型 + "AllowedClusters": [ "pulsar-cluster-1" ], //允许的集群 + "AdminRoles": [ "admin" ] }, "IoTDBOptions": { "UserName": "root",