envoyproxy/envoy

Support for upstream uwsgi protocol

Open

#15,030 创建于 2021年2月11日

在 GitHub 查看
 (9 评论) (4 反应) (0 负责人)C++ (5,373 fork)batch import
area/httpdesign proposalhelp wanted

仓库指标

Star
 (27,997 star)
PR 合并指标
 (平均合并 8天) (30 天内合并 378 个 PR)

描述

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

贡献者指南