We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64f1b8c commit d987d75Copy full SHA for d987d75
articles/cosmos-db/nosql/performance-tips-java-sdk-v4.md
@@ -73,7 +73,8 @@ int proactiveConnectionRegionsCount = 2;
73
Duration aggressiveWarmupDuration = Duration.ofSeconds(1);
74
75
CosmosAsyncClient clientWithOpenConnections = new CosmosClientBuilder()
76
- .endpoint("")
+ .endpoint("<account URL goes here")
77
+ .key("<account key goes here>")
78
.endpointDiscoveryEnabled(true)
79
.preferredRegions(Arrays.asList("sample_region_1", "sample_region_2"))
80
.openConnectionsAndInitCaches(new CosmosContainerProactiveInitConfigBuilder(Arrays.asList(containerIdentity))
0 commit comments