I have existing applications and microservices doing stuff like subscribing to message queues like MQTT topics, kafka topics, running some ML operations etc.
I want to use Camunda BMPN to reuse these existing applications in automating a process.
Itβs quite easy to do this using Connectors.
I created an example on how to subscribe to and publish events in Kafka in order to integreate Camunda athe same principals would apply to any other message broker. You can check it out here