Skip to content
Advertisement

Spring Data cosmos @Transactions support

With Azure Cosmos DB transactional batch support available for Cosmos Java SDK 4.7.0, Does Spring Data Cosmos allows transactional operations?

I went through Spring Data Cosmos Github Documentation, but didn’t find a reference.

Need help if there is a way to implement transaction batch operations via spring cosmos data. If there is no way currently, then what would be the best way to proceed ?

Advertisement

Answer

Transactional batch is not supported via Spring data Cosmos. As an alternative, you can access CosmosClient from within a Spring application to leverage transactional batch capabilities.

User contributions licensed under: CC BY-SA
5 People found this is helpful
Advertisement