Camunda-Kafka Connector

Hello Camunda Folks,
Is there any Camunda-Kafka connector available to use?
I want to send/receive message from/to process-process via Kafka.

1 Like

Use the Spring boot distro, and use the spring boot kafka connector.

see: https://github.com/berndruecker/camunda-spring-boot-amqp-microservice-cloud-example

and https://github.com/StephenOTT/camunda-spring-boot-rabbitmq-messaging for a example of using the same JSON api as used in the Camunda REST api

1 Like