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
Update all Pingora references to proxy-core after data plane migration
The data plane was migrated from Pingora to proxy-core (monoio-based) in
commit 78056b7, but many source files, docs, and comments still referenced
Pingora. This cleans up all remaining references and verifies the deployment
template is compatible with the proxy-core binary.
Copy file name to clipboardExpand all lines: CLAUDE.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ The current year is 2026. This file provides guidance to Claude Code (claude.ai/
4
4
5
5
## Project Overview
6
6
7
-
Multiway is a Kubernetes [Gateway API](https://gateway-api.sigs.k8s.io/) implementation written in Rust (2024 edition). It implements a split-architecture controller: a **control plane** that reconciles Gateway API resources and a **data plane** (built on [Pingora](https://github.com/cloudflare/pingora)) that proxies HTTP traffic. The controller name is `io.multiway/gateway-controller`.
7
+
Multiway is a Kubernetes [Gateway API](https://gateway-api.sigs.k8s.io/) implementation written in Rust (2024 edition). It implements a split-architecture controller: a **control plane** that reconciles Gateway API resources and a **data plane** (built on [proxy-core](crates/proxy-core/), a [monoio](https://github.com/bytedance/monoio)-based HTTP proxy) that proxies HTTP traffic. The controller name is `io.multiway/gateway-controller`.
8
8
9
9
## Build and Development Commands
10
10
@@ -64,7 +64,7 @@ Do not commit or mark work as done until validation passes.
0 commit comments