-
Notifications
You must be signed in to change notification settings - Fork 121
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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: