testtt
testtt

Reputation: 11

Azure Cosmos DB for Mongo data consistency

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

Answers (0)

Related Questions