spring-data-cosmosdb
spring-data-cosmosdb copied to clipboard
Access data with Azure Cosmos DB
The current client diagnostics string leads to a huge amount of log volume on the client side. Customers would like some ability to selectively log client metrics, so that they...
We are using the following springboot starter dependency: com.azure.spring azure-spring-boot-starter-cosmos 3.1.0 We are able to write native queries in the CosmosRepository, but not with pagination. For example: This is working:...
Hi, Is there support for multiple object types within one container? If there is, how to handle transaction management for this? After reading CosmosDB documentation, this approach is recommended when...
I am using the Spring cloud Hoxton(2.2.x) release. And when updating my library from 2.1.1-Fix to any higher version like 2.2.3.FIX1 i keep getting this class not found exception when...
Adding Unique Key Constraints in Azure CosmosDB is supported now https://docs.microsoft.com/en-us/azure/cosmos-db/unique-keys When will this be supported by the spring-data-cosmosdb?
Is this possible to use the same document for multiple collections? @Document(collection="temp") wanted to store same document in temp, temp1, temp2 etc. Scenario: I have one document and the same...
We are building an API with pagination and continuation token, so that our consumer can use the continuation token for the next call. We are using CosmosRepository with spring. This...
I am using "azure-cosmosdb-spring-boot-starter" to talk to cosmos DB. Normal CrudRepository queries (findAll, findByColumnName etc) works fine, I am getting following exception while executing native query: `com.microsoft.azure.spring.data.cosmosdb.exception.DocumentDBAccessException: Failed to execute...
Backporting the [PR](https://github.com/Azure/azure-sdk-for-java/pull/17962) that solved the [same issue](https://github.com/Azure/azure-sdk-for-java/issues/17961) for the azure-spring-data-cosmos library.
At the moment, it seems that there aren't any support to use Resource Token instead of Master Key to authenticate application on Cosmos DB. Is there this kind of feature...