Skip to content
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

Change naming convention for cosmosdb jdbc url #156

Open
molivasdat opened this issue Jul 29, 2022 · 0 comments
Open

Change naming convention for cosmosdb jdbc url #156

molivasdat opened this issue Jul 29, 2022 · 0 comments

Comments

@molivasdat
Copy link

molivasdat commented Jul 29, 2022

Today the jdbc url in this extension uses the following format:
cosmosdb://<accountendpoint>:<accountkey>@<accountendpoint>:<port>/<database>
The cosmosconnection panel has this one to connect
AccountEndpoint=<accountendpoint>;AccountKey=<accountkey>
Example
AccountEndpoint=https://yourname.documents.azure.com:443/;AccountKey=ABCDEfh==

My suggestion would be to change it make it easy to create from the panel and to better match some of the paid cosmosdb jdbc drivers
cosmosdb://AccountEndpoint=<accountendpoint>;AccountKey=<accountkey>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant