-
Notifications
You must be signed in to change notification settings - Fork 121
add 'TokenResolver' property for CosmosDBConfig #363
Comments
Hi all, Thanks & Regards |
Would you provide bit more details on what exactly are you looking for? Just fyi, the change to honor ResourceToken in AsyncConnection has been added with #365 in version 2.11 and allows a static ResourceToken to work with AsyncConnection. Thanks. |
Hi @revinjchalil , |
Makes sense. Please go ahead to make the changes and send PR. Thanks.
Revin
|
Hi @revinjchalil, Let me know if something else it's needed. Thanks & Regards, |
Hi all,
I noticed that a 'TokenResolver' property is missing from CosmosDBConfig and for this reason is not possible to configure AsyncDocumentClient with this useful feature.
Having the chance to set a tokenResolver in configuration would help to develop long-running applications that follow strict policies about accessing CosmosDB collections (i.e. using a broker for resource tokens).
Is this feature planned to be added in next release of azure-cosmosdb-spark? If not, can I contribute to add this feature?
Thanks & Regards
The text was updated successfully, but these errors were encountered: