Antonio Pescione
Antonio Pescione
Hi @kushagraThapar , Which means *Resource tokens are not supported anymore through Java Cosmos V4 SDK*? In V4 Permission, ResourceToken and TokenResolver (that work with Resource Tokens) won't be supported...
Even in V4 I'm seeing Token Resolver, but its name is changed in CosmosAuthorizationTokenResolver, supported by Builder. https://github.com/Azure/azure-sdk-for-java/blob/master/sdk/cosmos/azure-cosmos/src/main/java/com/azure/cosmos/CosmosClientBuilder.java https://github.com/Azure/azure-sdk-for-java/blob/master/sdk/cosmos/azure-cosmos/src/main/java/com/azure/cosmos/implementation/CosmosAuthorizationTokenResolver.java so basically. It seems even supported.
No, they are two different issues. This is on reactor netty web server, and the java agent is not able to trace requests for Server Sent Event API. The other...
Yes, but you need to remove tomcat and netty exclusion so that you can change the embedded server and reproduce this issue. change this ``` org.springframework.boot spring-boot-starter-webflux org.springframework.boot spring-boot-starter-reactor-netty org.springframework.boot...
This feature is very useful. Any Update on this?