envoyproxy/envoy

support more dynamic cluster header

开放

#20,060 创建于 2022年2月21日

 (9 条评论) (0 个反应) (0 位负责人)C++ (5,373 个派生)batch import
area/extensionarea/routerenhancementhelp wanted

仓库指标

星标
 (27,997 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

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.

贡献者指南