-
Type:
Feature Request
-
Resolution: Won't Fix
-
Priority:
L3 - Default
-
None
-
Affects Version/s: None
-
Component/s: engine, spring-boot
-
None
Currently there is the StandaloneProcessEngineConfiguration, which is often thought to be a meaningful configuration. However, it is not. For example it does not set history level to full and uses the IdGenerator, which is not cluster save.
So we should introduce an own configuration class which really sets meaningful defaults. This then can be used e.g. in the Spring Boot Starter, as with Spring Boot you typically use default configurations unless there are good reasons to change (don't make me think). Might be aligned with the configs we ship in our distributions.
First step in this topic: Discuss and agree on meaningful default