I'm using java-sdk for inserting documents to cosmosdb. From the driver I was not able to find any java api to do asynchronous insert, however I saw options for .Net api,
Is there a way(natively) to insert documents in background without making the client wait.