Camel support for zeebe

Simon and I started working on camel support for zeebe. Motivation is to have task-workers remotely that do not require a direct tcp connection to the broker. So we thought: instead of chosing one messaging system in between the client-adapter and the task-worker, we chose camel and thus support (almost) every thinkable technology …

The project is in our holunda space on github: https://github.com/holunda-io/camel-zeebe
It is in an early phase, but already supports the use cases “event logging” and “task completion”, though only basic subscription configuration is supported yet.

We would be happy to get your feedback (check the README and the extension/core tests to see how it works).
And if you feel like it … why not move the repo over to the zeebe space?

2 Likes