Setup & Installation
What This Skill Does
Azure Cosmos DB SDK for Java provides a client library for interacting with Cosmos DB's NoSQL API. It supports both synchronous and asynchronous (reactive) programming models via `CosmosClient` and `CosmosAsyncClient`. Use it to manage databases, containers, and documents with global distribution and configurable consistency levels. Using the SDK directly gives you typed responses, built-in retry policies, and reactive support that raw HTTP calls to the Cosmos REST API do not provide out of the box.
When to use it
- Working with azure cosmos java functionality
- Implementing azure cosmos java features
- Debugging azure cosmos java related issues
