[Internal]Thin Client Integration: Adds ThinProxy endpoint in account properties after retrieval from Gateway.#5088
Merged
kirankumarkolli merged 21 commits intomasterfrom Apr 5, 2025
Conversation
…ps://github.com/Azure/azure-cosmos-dotnet-v3 into users/aavasthy/4999_retrieve_thinclientendpoint
nehrao1
reviewed
Apr 1, 2025
nehrao1
reviewed
Apr 1, 2025
kirankumarkolli
approved these changes
Apr 5, 2025
This was referenced Apr 10, 2025
Closed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Pull Request Template
Description
The goal of this task is to fetch the thin proxy endpoint from gateway, so that from the .NET sdk side, we could remove the dependency on the hard coded thin proxy endpoint.
Updating the AccountProperties class to capture the thin proxy endpoint from thinClientWritableLocations property.
Have tested the change end to end against thinclient stag endpoint.
Currently the GW-SDK contract with thinclient enabled is like this but once thinclient is live the endpoint value will be retrieved via readableLocations and writableLocations.
Type of change
Please delete options that are not relevant.
Closing issues
To automatically close an issue: closes #4999