Zeebe exporter postgresql

I am trying to save JobRecords using Exporter to PostgreSQL, but unable to configure the Exporter project to use Spring & PostgreSQL driver.

Hello and welcome to the forum.
Are you running your own instance of Zeebe as exporters are not supported for the SaaS solution.
Then have a look at

Also please have a look at the elasticsearch exporter as a starting point

The JAR will be loaded by Zeebe and the configured exporter class will be called. So it won’t start your spring boot application, if that is what you’re expecting.

Hello @Hemant_Sonawane

I am thinking about the same solution.

I want to know if it worked for you this architecture.

I have the same idea to implement a custom exporter to handle each record of user task by converting it and then save it to my entity on my own postgresql schema.

I want to know also if you have any feedback about any technical issue you faced here .

Let me please know if it is a validated way.

Thanks and Regards
Ritaa

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