envoyproxy / envoyproxy/gateway
Make host_selection_retry_max_attempts Configurable or Remove Default from Cluster Config
Abierto
stale
triage
- Lenguaje dominante
- Go
- Estrellas
- 3k
- Forks
- 864
- Merge medio
- 2 d 2 h
- PR fusionados (30 d)
- 140
Descripción
By default, Envoy Gateway sets the following field in the [cluster configuration](https://github.com/envoyproxy/gateway/blob/521b78b6efdcd13ebe3fe14c06c45681a84ef97c/internal/xds/translator/route.go#L627C6-L627C24):
```json
"host_selection_retry_max_attempts": "5"
```
### Request:
Make host_selection_retry_max_attempts configurable.
Or remove it from the default cluster config unless explicitly requested by the user.
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.