-
Notifications
You must be signed in to change notification settings - Fork 494
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
[Internal] Documentation: Adds SDK and Gateway Sequence Diagram. #4287
base: master
Are you sure you want to change the base?
[Internal] Documentation: Adds SDK and Gateway Sequence Diagram. #4287
Conversation
|
||
The scope of this sequence diagram is to capture the compute/ routing gateway interactions with the `CosmosClient` configured in `Direct` mode. | ||
|
||
## Sequence Diagram to Read Database and Collection Information. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
## Sequence Diagram to Read Database and Collection Information. | |
## Sequence Diagram to Read Database and Container Information. |
participant E as GatewayAddressCache <br> [v3 Code] | ||
participant F as GatewayStoreModel <br> [v3 Code] | ||
participant G as CosmosHttpClient <br> [v3 Code] | ||
participant H as Routing Gateway <br> [Deployed on each Region] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
participant H as Routing Gateway <br> [Deployed on each Region] | |
participant H as Gateway <br> [Deployed on each Region] |
G-->>F: Collection <br> Metadata Information | ||
F-->>C: Collection <br> Metadata Information | ||
C-->>A: Collection <br> Metadata Information | ||
``` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is not just read database and container, this is client initialization, right?
C-->>A: Collection <br> Metadata Information | ||
``` | ||
|
||
## Sequence Diagram to Read PkRange and Address Information. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
When do these happen? Should we explain? Or link to the docs?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Template
Description
The scope of this PR is to create a sequence diagram to capture the compute/ routing gateway interactions with the
CosmosClient
configured inDirect
mode.Type of change
Please delete options that are not relevant.
Closing issues
To automatically close an issue: closes #IssueNumber