Replies: 1 comment
-
Nope, the App SDK allows only one trigger per application service. |
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, I wanted to know if there's a way to set multiple triggers for a single app service. In my case, I would like to have external MQTT and MessageBus triggers.
The use cases are to read real-time data from EdgeX events and send it to external apps through MQTT messages. And get MQTT requests from external apps to process the data through the function pipeline before returning the responses.
As for now, I managed to do it by setting MessageBus as the default trigger and creating a goroutine where it has an MQTT client that listens to external apps. Is there a better way to do this?
Beta Was this translation helpful? Give feedback.
All reactions