envoyproxy/envoy
Ver no GitHubEnforce prevention of multiple instances of a locality in the same priority
Open
#20.768 aberto em 11 de abr. de 2022
apihelp wanted
Métricas do repositório
- Stars
- (27.997 stars)
- Métricas de merge de PR
- (Mesclagem média 8d) (378 fundiu PRs em 30d)
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