Results 5 comments of 刘青

``` f, _ := os.Create("/tmp/log.log") backend := logging.NewLogBackend(f, "", 0) ```

这个功能实现思路大体上有: 1. 数据面直接和注册中心对接,这个和现有配置加载逻辑相差太大,暂不考虑 1. 控制面 和 注册中心对接,保持控制面加载逻辑 1. 单独提供 probe 来做 注册中心和APISserver之间的数据同步 1. 在 APIServer中通过对 [PoolStorage](https://github.com/bfenetworks/api-server/blob/develop/model/icluster_conf/pool.go#L76) 进行多态实现 考虑到运维成本、实现成本,建议使用 2.2 方案

这个issue 的 api-server 版本实现进行中,https://github.com/bfenetworks/api-server/projects/4

There is a [project](https://github.com/bfenetworks/api-server/projects/4) to do it. We have finished the design. One contributor submit [nacos implement](https://github.com/bfenetworks/api-server/pull/19) . We will write a develop guide to introduce how to extend discover...

你说的插件是指 bfe的 [扩展模块](https://www.bfe-networks.net/zh_cn/modules/mod_access/mod_access/)吗?还是指其他的? 不同粒度能更详细的描述一下吗?