ShawnHXH commented on issue #487: URL: https://github.com/apache/dubbo-go-pixiu/issues/487#issuecomment-1418465419
I'm working on it. --- 体验了一下 dubbo-admin 的服务查询功能,对应到此处就相当于在 dubbo-admin 中输入`*`查找所有服务(`*`代表所有服务)。 查询的结果就是服务的基础信息,包括:服务名、组、版本、应用,对应到 pixiu 应该是:服务名、组、版本、Namespace。 --- 需要确认的是,pixiu 的服务查询能力是只针对上述的服务基础信息,还是说也针对如下图所示的 provider/consumer 信息和元数据信息?  CC @AlbumenJ , PTAL. -- 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]
