envoyproxy / envoyproxy/envoy

Enforce prevention of multiple instances of a locality in the same priority

Open
#20,768 0 comments 0 reactions 0 assignees View on GitHub
api help wanted
Dominant language
C++
Stars
28.9k
Forks
5.6k
Avg merge
1d 20h
Merged PRs (30d)
428

Description

*Title*: Enforce prevention of multiple instances of a locality in the same priority

*Description*:
PR #20574 refined the `LocalityLbEndpoints` structure to be defined as:
```
// A group of endpoints belonging to a Locality.
// One can have multiple LocalityLbEndpoints for a locality, but only if
// they have different priorities.
```
but Envoy allows to have multiple `LocalityLbEndpoints` for a locality if the different groups have different weights or different priorities.

Envoy should be more restrictive, and confirm to the revised comment.

cc @markdroth

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.