-
Feature Request
-
Resolution: Fixed
-
L3 - Default
-
spring-boot 2.3.0
-
None
-
Oracle 11, Camunda 7.8
As an Oracle 11 user
I want to disable the batch processing for DB operations via the application.yaml
so I don't have to write code.
I'm referencing this feature introduced in Camunda 7.8.0:
https://docs.camunda.org/manual/7.8/update/minor/77-to-78/#batch-processing-for-database-operations
E.g.
camunda.bpm:
database:
jdbcBatchProcessing: false