apache / incubator-kie-kogito-examples

Kogito examples - Kogito is a cloud-native business automation technology for building cloud-ready business applications.
http://kogito.kie.org
256 stars 383 forks source link

New test for OutboxIT with postgresql #1995

Open gmunozfe opened 3 months ago

gmunozfe commented 3 months ago

Description

As OuboxIT for MongoDB was disabled (because it was intermittently failing with errors shown at https://github.com/apache/incubator-kie-kogito-examples/issues/1826), let's try to create a similar test for the outbox pattern with PostgreSQL, as this is the only database that is currently supported. It should be created for both Quarkus and Springboot.

Implementation ideas

No response