Skip to content

Commit 846ad4b

Browse files
committed
Clarify TCP stream context operation in README
Add explanation that the example operates at the TCP stream context (L4) rather than the HTTP application layer, highlighting its usefulness for scenarios where application-layer processing should be avoided. Signed-off-by: Christof Gerber <christof.gerber1@gmail.com>
1 parent e68a165 commit 846ad4b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

examples/envoy_tcp_routing/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
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.
6+
57
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.
68

79
### Overview

0 commit comments

Comments
 (0)