envoyproxy/envoy

support more dynamic cluster header

Aberta

#20.060 aberto em 21 de fev. de 2022

 (9 comentários) (0 reação) (0 responsável)C++ (5.373 forks)batch import
area/extensionarea/routerenhancementhelp wanted

Métricas do repositório

Stars
 (27.997 estrelas)
Métricas de merge de PR
 (Métricas PR pendentes)

Description

Title: support formatted cluster header

Description:

cluster_header is used to select dynamic upstream cluster based on the request headers.

This function is very useful. But I would like to make this feature more flexible with a core.v3.TypedExtensionConfig API. Like being able to select an upstream cluster based on a number of different headers, or formatting the header values and selecting the corresponding upstream cluster, etc.

Guia do colaborador