Kevin Zhao
Results
1
issues of
Kevin Zhao
**Describe the bug** I have a singleton CosmosClient initialized in the follow manner: ``` CosmosClient client = new CosmosClientBuilder() .endpoint(credentials.uri) .key(credentials.accountKey) .consistencyLevel(ConsistencyLevel.SESSION) .contentResponseOnWriteEnabled(true) .buildClient(); ``` In separate threads, I run...
question
Cosmos
Client
customer-reported