Tomoko-hjf commented on PR #13747:
URL: https://github.com/apache/dubbo/pull/13747#issuecomment-1989900300

   # TODO
   
   - [ ] 
过滤器筛选:当用户不使用xds协议时,从XdsDirectory的过滤器链中去除XdsRouter(通过在URL参数中添加xds属性判断,xds=true表示使用xds协议)
   - [ ] 
将XdsDirectory放入dubbo-registry-api包下(在RegistryProtocol流程中构造XdsDirectory,再传入XdsCluster中)
   - [ ] Pilot Exchanger初始化:在Registry 
Protocol#refer()中进行PilotExchanger初始化,测试是否应该把异步初始化变为同步(异步可能会有invoker为空引发调用错误的情况)
   - [ ] Cluster资源更新时,剔除停止服务的invoker。
   - [ ] 复用 invoker 检查逻辑
   - [ ] 生成invoker时根据cds资源确定接口协议
   - [ ] xds地址理想情况下应该由控制面自动注入,用户无需配置registry.address
   - [ ] 自动触发XdsCluster调用,无需在@DubboReference注解中使用cluster="xds"字段
   - [ ] PilotExchanger初始化放在Deployer层面
   - [ ] 使用xds协议时,按需加载XdsRouter还是先加载XdsRouter,然后走空逻辑
   - [ ] 
PilotExchanger已经在前置初始化,XdsDiscovery是否还有存在的必要(可能在XdsDiscovery中实现providedby和cluster、metadata的转换逻辑)
   - [ ] istio其他特性实现(故障注入、超时、路由匹配是否完整)
   - [ ] 为Dubbo设计一套安全API接入体系(可以对接istio以外的控制面)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to