envoyproxy/envoy

Support for upstream uwsgi protocol

Open

#15,030 opened on 2021年2月11日

GitHub で見る
 (9 comments) (4 reactions) (0 assignees)C++ (5,373 forks)batch import
area/httpdesign proposalhelp wanted

Repository metrics

Stars
 (27,997 stars)
PR merge metrics
 (平均マージ 8d) (30d で 378 merged PRs)

説明

It'd be nice to be able to support the uwsgi binary protocol for an upstream cluster when speaking to a service that uses this.

Fundamentally this is a lighter weight protocol when you're running a service behind uwsgi already, you can skip another layer of http processing and speak the native uwsgi protocol.

Prior art: nginx supports a uwsgi_pass directive: https://nginx.org/en/docs/http/ngx_http_uwsgi_module.html Ref: https://uwsgi-docs.readthedocs.io/en/latest/Protocol.html

コントリビューターガイド