From c94432b3332d7949119aa6ec6f5c0e721a744a15 Mon Sep 17 00:00:00 2001 From: ChenYi <296215406@outlook.com> Date: Mon, 11 Aug 2025 17:39:17 +0800 Subject: [PATCH] =?UTF-8?q?Pulsar=E9=83=A8=E7=BD=B2=E8=84=9A=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- JiShe.ServicePro | 2 +- .../appsettings.Development.json | 19 +++++++++---------- 2 files changed, 10 insertions(+), 11 deletions(-) diff --git a/JiShe.ServicePro b/JiShe.ServicePro index b7556de..8de6a4a 160000 --- a/JiShe.ServicePro +++ b/JiShe.ServicePro @@ -1 +1 @@ -Subproject commit b7556dedd67cafbceb4add8d3bb35b0c7154ee8d +Subproject commit 8de6a4a2a8f89226955aa2e066769ef3cbe2e709 diff --git a/host/JiShe.IoT.HttpApi.Host/appsettings.Development.json b/host/JiShe.IoT.HttpApi.Host/appsettings.Development.json index 0fca490..5774841 100644 --- a/host/JiShe.IoT.HttpApi.Host/appsettings.Development.json +++ b/host/JiShe.IoT.HttpApi.Host/appsettings.Development.json @@ -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": {