Different Database for runtime and history

Is there any possibility to configure different Database for runtime and different database for history in camunda spring-boot?

Hi @Jay0,

Below best practices topic may be of help to you.

To achieve "push ", you can choose to implement a custom history backend which redirects all events or to log just certain events with a simple process engine plugin / parse listener or Spring Eventing Bridge . Additionally you can find an example of a custom history handler here

Here is a example where you can route your history data with custom handing: