docs: unify gateway_server naming in architecture docs#150
Closed
kooksee wants to merge 1 commit into
Closed
Conversation
Main docs now describe gatewayserver and gateway_server; grpcs/grpc_server appear only in legacy migration sections. Updates Traefik examples and pkg/gateway doc YAML samples; marks legacy-removal checklist item done. Co-authored-by: Cursor <cursoragent@cursor.com>
There was a problem hiding this comment.
Code Review
This pull request updates the project documentation and deployment configurations to reflect the deprecation and removal of the legacy grpcs package and the migration of configuration keys from grpc_server to gateway_server. Feedback was provided to maintain language consistency in the Copilot instructions file by translating a Chinese parenthetical note into English.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
|
|
||
| Place new code by responsibility: | ||
| - Cross-protocol abstractions -> `lava/` | ||
| - Cross-protocol abstractions -> `pkg/lava/`(根 `lava/` 仅为 deprecated shim) |
This was referenced Jul 5, 2026
Contributor
Author
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
gatewayserver+gateway_server;grpcs/grpc_server仅保留在 Legacy 迁移小节或docs/legacy-removal.mddeploy/traefik、pkg/gateway/docs示例 YAML 与端口配置项说明design-v2/ copilot 指引中的pkg/lava路径;grpc_passthrough默认说明与代码一致(true)legacy-removal.md中「架构文档仅描述 gateway_server」Test plan
docs/modules/servers.md与architecture-v2.md渲染正常Made with Cursor