Kafka connector usage

Hello All,

How connectors works especially focusing for kafka connector https://github.com/camunda-community-hub/kafka-connect-zeebe#source-zeebe-kafka? Could someone explain it please? If I am right it is responsible for communicate with external components in this with Kafka. Lets say I use community editon how can I implement it?
Is it part of zeebe or independent service or kafka plugin?
I saw that with Sink properties-> consume messages, with Source properties → produce

Thanks in advanced

Camunda 8 communicates to Kafka via a connector which is an independent service that is tiggered by a process model to call to Kafka.

You can find a lot of information on that here:
https://camunda.com/blog/2023/11/orchestration-camunda-kafka/

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.