envoyproxy/envoy

support more dynamic cluster header

Open

#20.060 geöffnet am 21. Feb. 2022

Auf GitHub ansehen
 (9 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)C++ (5.373 Forks)batch import
area/extensionarea/routerenhancementhelp wanted

Repository-Metriken

Stars
 (27.997 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 8T) (378 gemergte PRs in 30 T)

Beschreibung

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.

Contributor Guide