-
Notifications
You must be signed in to change notification settings - Fork 4
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
Update Multi-Region Namespace APIs #29
Conversation
Co-authored-by: Chad Retz <[email protected]>
Co-authored-by: Chad Retz <[email protected]>
} | ||
|
||
message AddNamespaceRegionRequest { | ||
// The namespace to add region to. |
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.
"The namespace to add the region to"
message AddNamespaceRegionRequest { | ||
// The namespace to add region to. | ||
string namespace = 1; | ||
// The id of the region to add to the namespace. |
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.
Do we need any clarification comment here that this is secondary/passive region?
} | ||
|
||
message NamespaceRegionStatus { | ||
// The current state of the namespace 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.
[Nit] might want to reword this a bit as this could be interpreted as "the state of the whole region the namespace is in"
Maybe, the current state of the namespace in the given region or something would be better?
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 the state of a region where the namespace is in.
What was changed
Update Multi-Region Namespace APIs
Why?
Update Multi-Region Namespace APIs
Checklist
Closes
How was this tested: