You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
-10Lines changed: 0 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -166,16 +166,6 @@ Troubleshooting
166
166
- BBR processes JSON directly in the module - ensure request bodies contain valid JSON with a "model" field.
167
167
- Use `error_log` and debug logging to verify module activation. BBR logs body reading and size limit enforcement; EPP logs gRPC errors with detailed TLS diagnostics. Set `error_log` to `debug` to observe processing details.
168
168
169
-
Roadmap
170
-
-------
171
-
- Validate EPP and BBR implementations against Gateway API Inference Extension conformance tests.
172
-
- Align exact header names and semantics to the upstream specification and reference implementations.
173
-
- Validate large body handling and back-pressure for BBR; refine chunked reads/writes and resource usage for very large payloads.
174
-
- Connection pooling and caching for improved performance at scale.
-`echo-server/` - Simple Node.js echo server for testing
10
10
11
11
## Quick Start
@@ -59,7 +59,9 @@ docker run -p 8081:80 \
59
59
60
60
## Mock External Processor
61
61
62
-
The `mock-extproc/` directory contains the mock external processor service that implements both EPP (Endpoint Picker Processor) and BBR (Body Buffer & Rewrite) functionality via gRPC. It uses the `extproc_mock` binary from this repository.
62
+
The `mock-extproc/` directory contains the mock external processor service that implements EPP (Endpoint Picker Processor) functionality via gRPC. It uses the `extproc_mock` binary from this repository.
63
+
64
+
**Note**: BBR (Body-Based Routing) is implemented directly in the ngx-inference module, not in the external processor. The mock service only handles EPP endpoint selection.
0 commit comments