Skip to content

feat(load-balancing): update API for 429-aware load balancing#559

Open
adleong wants to merge 2 commits into
mainfrom
alex/rlalb
Open

feat(load-balancing): update API for 429-aware load balancing#559
adleong wants to merge 2 commits into
mainfrom
alex/rlalb

Conversation

@adleong
Copy link
Copy Markdown
Member

@adleong adleong commented May 27, 2026

No description provided.

Signed-off-by: Alex Leong <alex@buoyant.io>
@cratelyn
Copy link
Copy Markdown
Member

cross-referencing #556 for reference.

Comment thread proto/outbound.proto Outdated
Comment on lines +455 to +462
repeated StatusRange http_status_ranges = 6;

// gRPC status codes that should trigger load biasing penalties.
repeated uint32 grpc_status_codes = 7;

message StatusRange {
uint32 start = 1;
uint32 end = 2;
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

out of scope

Comment thread proto/outbound.proto Outdated

// If true, the proxy will use the Retry-After hint (if present on the response)
// as the penalty duration, clamped by the configured max_retry_after.
RetryAfter respect_retry_after_hint = 4;
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

out of scope

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

this needs configurable max_retry_after

Signed-off-by: Alex Leong <alex@buoyant.io>
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