-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
The pattern database per service is used. For each service that participates in the saga workflow, transactional integrity must be ensured using the CDC service of the Eventuate Tram framework.
However, the CDC service only implements the transactional outbox pattern for the PostgreSQL instances, but not for the MongoDB instance of the order service. MongoDB is not supported by the Eventuate Tram framework.
As no transactions are configured for the MongoDB connection anyway, the transactional outbox pattern would have no use in this case anyway. This ultimately means that there is no transactional integrity in the operations of the order service with the current implementation.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels