Kushagra Thapar

Results 92 comments of Kushagra Thapar

@ap1256 - Are you still seeing this issue ? Did you try upgrading to the latest released version ?

@sivawipro - Not sure what the exact cause here is. But this version of spring-data-cosmosdb 2.1.0 uses azure-documentdb v1.x.x versions, which has been deprecated last year. I am wondering if...

I don't think it does. I have seen other customers building sql query from REST query and then calling search using the built sql query.

@linux-code - Were you able to use the workaround ? Or is this something you need support on spring-data-cosmosdb ?

@apescione - Resource tokens are not supported anymore through Java Cosmos V4 SDK. Rather we are bringing in support for AAD integration, which should effectively allow you to do the...

AAD support: https://github.com/Azure/azure-sdk-for-java/issues/12725

@apescione - Sorry, I wasn't clear enough. `resourceTokens` are supported through permissions. `TokenResolver` interface is not supported anymore. The way to go about this would be to first get the...

@apescione Its not supported, we moved the `CosmosAuthorizationTokenResolver` to `implementation` package. Anything inside `implementation` package is not supposed to be used by end users :) Also, if you see :...

@milismsft - can you please answer @jordanjennings's question regarding the internal workings of AAD ?

@mohanajuhi166 : composite partition key is not supported by Cosmos DB. Regarding closing cosmosdb connection, you do not need to explicitly close cosmos db connection. Make sure to close cosmosdb...