Flowable Event Registry

Hi All,

I’ve been working with Flowable Event Registry and successfully integrated it with RabbitMQ. Now, my team is considering transitioning to Apache Pulsar for event processing. Could anyone provide guidance or examples on how to integrate Flowable with Apache Pulsar?

Thanks,
Appasaheb

Hey @appasaheb10,

We do not have out-of-the-box support for Apache Pulsar. However, you can have a look at how we have implemented Kafka, RabbitMQ and JMS in (flowable-engine/modules/flowable-event-registry-spring at main · flowable/flowable-engine · GitHub) and implement your own Apache Pulsar support , or provide a PR with such a support.

Cheers,
Filip