Reputation: 11
I tried to implement the transactional outbox pattern in my Spring Boot app.
I'm using Azure CosmosDB for Mongo, which does not support transactions across collections.
When I attempted to perform such an operation, I received an error about the unsupported operation.
How should I approach data consistency in this situation?
Is there an equivalent option available?
Thank you in advance for your help!
Upvotes: 0
Views: 50