### Scenario * Library version: latest * Description of your use case: In order to improve the confidence in TX implementation of the used client, we want make sure the adapter can use an outbox-pattern approach to complete Camunda jobs. More details here: https://medium.com/miragon/leveling-up-mastering-the-distributed-transaction-problem-in-zeebe-d4bbbca295d6 ### Current Behaviour Direct "TX after-commit" completion is used. ### Wanted Behaviour Outbox pattern implementation based on Spring Data JPA (as one of the options)... ### Possible Workarounds Manually implementation in every project.
Scenario
Current Behaviour
Direct "TX after-commit" completion is used.
Wanted Behaviour
Outbox pattern implementation based on Spring Data JPA (as one of the options)...
Possible Workarounds
Manually implementation in every project.