envoyproxy/envoy

Envoy's L4 Golang extension

Open

#25,906 建立於 2023年3月3日

在 GitHub 查看
 (19 留言) (12 反應) (0 負責人)C++ (5,373 fork)batch import
area/golangenhancementhelp wantedno stalebot

倉庫指標

Star
 (27,997 star)
PR 合併指標
 (平均合併 8天) (30 天內合併 378 個 PR)

描述

Recently, my team implemented the L7 golang extension. Similarly, we have implemented an L4 golang extension using the same cgo technique as L7. And the L4 extension has already been widely utilized within our company for almost a year, enabling our internal customized protocol to benefit from the high-performance network infrastructure of Envoy and the superior development efficiency of Golang. Additionally, the L4 golang extension can also provide a better implementation path for envoy's future support of Dapr, etc. Given the above, we are consider to open source our L4 golang extension very soon.

貢獻者指南