Camunda Kafka Exporter

Hi Team,

I am in the process of constructing a dashboard that shows the current status of all job executions, as well as the number of jobs that were successfully done, failed, and so on.

I’m seeking for a method to stream all of the execution events from Camunda 8 to a Kafka topic where I can perform some analysis.

Is there any way that we could do this? Could someone please advise the best approach to accomplish this?

Thanks & Regards,
Raja Gandharaw.

Exporters | Camunda 8 Docs. Have a look at this and implement one of them.

@cpbpm , The available exporter are elastic search and open search but am looking for something with the Kafka.

Refer this:

Thank you for your reply, @cpbpm .I’ve already had a closer look at this particular Kafka connector, which is both obsolete and not being developed; there has been no movement on the git for about two years. Maybe I’ll look at this as inspiration and create my own component to handle it.