Skip to content
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions docs/proposals/004-endpoint-picker-protocol/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,15 @@ This doc defines the protocol between the EPP and the proxy (e.g, Envoy).
The EPP MUST implement the Envoy
[external processing service](https://www.envoyproxy.io/docs/envoy/latest/api-v3/extensions/filters/http/ext_proc/v3/ext_proc.proto) protocol.

## Version History

| Version | Date | Changes |
|----------|------------|--------------------------------------------------|
| dev-main | 2025-07-29 | Added status metadata field for picked endpoints |
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@zhengkezhou1 this is a good start. Can you create a separate issue to add this table to https://gateway-api-inference-extension.sigs.k8s.io/guides/implementers/#callout-extension and tooling that automates the maintenance of the table? We may need to move the EPP proto spec outside of the proposals directory and treat it similarly to API types, e.g. something similar to api-ref-docs to maintain the spec.

Copy link
Contributor

@danehans danehans Sep 2, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please change dev-main to v1.0.0.

| v0.4.0 | 2025-06-03 | Added support for multiple fallback endpoints |
| v0.3.0 | 2025-03-14 | Added subsetting and fallback support |
| v0.2.0 | 2025-02-22 | Initial protocol definition |

## Endpoint Subset

[REQUEST: Data Plane -> EPP]
Expand Down