ShawnHXH commented on issue #487: URL: https://github.com/apache/dubbo-go-pixiu/issues/487#issuecomment-1423607265
仍需要明确的几个点: 1. 此「服务查询」功能应是消费端去主动获取的,消费端只需给出必要的参数。服务查询是从三种模式(服务名、IP地址、应用)来做的,参考 dubbo-admin 相关方法: https://github.com/apache/dubbo-admin/blob/4836ee0c0fc3fdb74449fdaf749d5b04a699dba8/dubbo-admin-server/src/main/java/org/apache/dubbo/admin/controller/ServiceController.java#L67-L70 2. 上述三种模式(服务名、IP地址、应用)的信息是通过服务启动时,上报至控制面的,通过控制面注册到 k8s CRD 中。 那是否还需要在控制面增加监听器,监听服务的上下线呢? 3. 这三种查询模式(服务名、IP地址、应用)的设计有相关的参考资料吗? -- 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]
