Create second process engine in spring boot app

Hi,

How to create a second process engine in camunda spring boot application with second data source?

Thanks for help

This is a currently not supported use case, as we decided that due to the nature of “micro-engines” you would just use a second starter app for that use case.

The second process engine is only for searching data in data base, not for running processes. The second data base will be copy of old data from first database. I think it should be possible to create bean with second process engine. In ver 7.7 tomcat that was possible

Let me be more precise: camunda engine supports this. Its just not available through springboot/yaml config. If this is a feature you need, you should a) file a feature request (or even better a PR) or b) stick to the tomcat solution.