Replies: 2 comments
-
Please check lf-edge/ekuiper#2197 (comment) |
Beta Was this translation helpful? Give feedback.
0 replies
-
closing as answered per comments on lf-edge/ekuiper#2197 (comment) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi team , I used mqtt messagebus , but from rule engine ekuiper, can not subscribe to messagebus, please help!!!
time="2023-08-18 02:26:36" level=error msg="Failed to subscribe to edgex messagebus with topic edgex/events/device/Test-Device-Modbus-Profile/mod1# has error : An error occured while performing a 'Subscribe' operation: connection lost before Subscribe completed." file="edgex/edgex.go:143"
time="2023-08-18 02:26:36" level=error msg="Failed to subscribe to edgex messagebus topic An error occured while performing a 'Subscribe' operation: connection lost before Subscribe completed.\n" file="edgex/edgex_source.go:94" source_pool=edgex.mod1
here is the data source config:
mod1:
messageType: request
optional:
ClientId: kuiper-rules-engine
KeepAlive: 500
Qos: 0
Retained: false
SkipCertVerify: true
port: 1883
protocol: tcp
server: edgex-mqtt-broker
topic: edgex/events/device/Test-Device-Modbus-Profile/mod1#
type: mqtt
Beta Was this translation helpful? Give feedback.
All reactions