GitHub user AlexStocks added a comment to the discussion: Pixiu 2026 work plan
静态 LDS(传统)
```yaml
static_resources:
listeners:
- name: listener_0
address:
socket_address:
address: 0.0.0.0
port_value: 8080
```
特点:
1 改配置 = 重启 pixiu
2 不适合大规模 / 多租户 / Mesh
3 无法按需下发
✅ 动态 LDS(你问的这个)
```yaml
dynamic_resources:
lds_config:
ads: {}
```
Pixiu 启动后:
1 连接 xDS Server(Istio / Control Plane / 自研)
2 订阅 Listener 列表
3 控制面 随时 push / revoke / 更新 listener
GitHub link:
https://github.com/apache/dubbo-go-pixiu/discussions/858#discussioncomment-15453280
----
This is an automatically sent email for [email protected].
To unsubscribe, please send an email to:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]