envoyproxy/envoy

Envoy's L4 Golang extension

Open

#25.906 geöffnet am 3. März 2023

Auf GitHub ansehen
 (19 Kommentare) (12 Reaktionen) (0 zugewiesene Personen)C++ (5.373 Forks)batch import
area/golangenhancementhelp wantedno stalebot

Repository-Metriken

Stars
 (27.997 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 8T) (378 gemergte PRs in 30 T)

Beschreibung

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.

Contributor Guide