camunda / camunda

Process Orchestration Framework
https://camunda.com/platform/
3.22k stars 587 forks source link

Add a common exporter for webapps #20910

Open deepthidevaki opened 1 month ago

deepthidevaki commented 1 month ago

This issue is part of #16912.

The goal is to have a single exporter that can transform Zeebe records to webapps entities and write them to ElasticSearch/OpenSearch indices. The initial scope is to integrate Operate and Identity to the new exporter.

The scope of this issue is to add basic functionalities which can then be extended by the corresponding component to add their business logic.

For reference see the draft PR #20240

Tasks

korthout commented 4 weeks ago

Do we plan to extract and re-use parts of the ES/OS exporters for the Camunda Exporter's interaction with ES/OS? This would help avoid us having to maintain two implementations for exporting to ES and two for exporting to OS.

deepthidevaki commented 4 weeks ago

Do we plan to extract and re-use parts of the ES/OS exporters for the Camunda Exporter's interaction with ES/OS? This would help avoid us having to maintain two implementations for exporting to ES and two for exporting to OS.

It is not currently in the scope. But can be considered later.