Relative Content

Tag Archive for spring-bootspring-webfluxazure-cosmosdb-mongoapioutbox-pattern

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!

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!