Skip to content

Adding field for gradual ramp requests - #854

Open
stuart-wells wants to merge 2 commits into
mainfrom
stuartwells/namespace-gradual-connect-api
Open

Adding field for gradual ramp requests#854
stuart-wells wants to merge 2 commits into
mainfrom
stuartwells/namespace-gradual-connect-api

Conversation

@stuart-wells

Copy link
Copy Markdown

What changed?
Adding field for requesting a gradual ramp duration on a namespace.

Why?
Gradual ramp will allow a namespace that was just connected for replication to come up slowly and not overwhelm the connected passive cell. It is best to do this on a per-namespace basis instead of having a cell-wide policy.

Breaking changes
n/a

Server PR
n/a

@stuart-wells
stuart-wells requested review from a team August 18, 2026 17:22
bool promote_namespace = 7;
// Duration over which replication traffic should ramp to 100% for passive clusters added by
// this request. An unset or non-positive duration disables the ramp for this request.
google.protobuf.Duration replication_ramp_duration = 8;

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Will it be better to put it inside NamespaceReplicationConfig?

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

Successfully merging this pull request may close these issues.

2 participants