Skip to content

Commit ce97246

Browse files
committed
Add Proxy-Wasm spec links and mention performance benefits
Add links to TCP stream and HTTP stream contexts in the Proxy-Wasm spec, and clarify that operating at the TCP level is useful for performance and protocol-agnostic routing decisions. Signed-off-by: Christof Gerber <christof.gerber1@gmail.com>
1 parent 846ad4b commit ce97246

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/envoy_tcp_routing/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Proxy-Wasm TCP filter that dynamically routes connections to different upstream clusters based on the source IP address.
44

5-
This example operates at the TCP stream context (L4) rather than the HTTP application layer, making it useful for use cases where application-layer processing should be avoided while still enabling intelligent routing decisions.
5+
This example operates at the [TCP stream context](https://github.com/proxy-wasm/spec/tree/main/abi-versions/v0.2.1#tcp-streams) (L4) rather than the [HTTP application layer](https://github.com/proxy-wasm/spec/tree/main/abi-versions/v0.2.1#http-streams), making it useful for use cases where application-layer processing should be avoided for performance or protocol-agnostic routing decisions.
66

77
This example is inspired by the [wasmerang](https://github.com/SiiiTschiii/wasmerang) project, which demonstrates advanced TCP routing patterns in Envoy/Istio/K8s using WASM filters.
88

0 commit comments

Comments
 (0)