envoyproxy/envoy
GitHub で見るEnvoy should NACK an EDS update with duplicate addresses
Open
#23,445 opened on 2022年10月11日
area/edsbughelp wanted
Repository metrics
- Stars
- (27,997 stars)
- PR merge metrics
- (平均マージ 8d) (30d で 378 merged PRs)
説明
Currently, if there are multiple addresses in the same EDS resource, Envoy will ignore all but the first occurrance. This behavior seems fairly arbitrary and surprising, especially because the different occurrances of the address could be in different localities or priorities.
I think in this case, Envoy should NACK the EDS update.
CC @kyessenov