envoyproxy/envoy

Ext Proc to Support Session Affinity

Open

#46,159 opened on Jul 15, 2026

View on GitHub
 (1 comment) (0 reactions) (0 assignees)C++ (5,373 forks)batch import
area/ext_procenhancementhelp wanted

Repository metrics

Stars
 (27,997 stars)
PR merge metrics
 (Avg merge 8d) (378 merged PRs in 30d)

Description

Ext Proc to Support Session Affinity: Add session affinity to http ext_proc

Description: Currently, ext_proc lacks session affinity support. To address this, it should detect if a hash policy is specified in the incoming gRPC initial metadata and apply that policy using the corresponding headers or cookies.

Contributor guide