schneiderlin opened a new issue, #11126:
URL: https://github.com/apache/dubbo/issues/11126

   使用 zookeeper 作为注册中心
   配置中指定了 group=test, zookeeper `/test` 目录下有 mapping, metadata 和各种接口级节点, 但是 
my-service 的服务级节点挂载在了`/services` 下
   
   ```
   <dubbo:application name="my-service" logger="slf4j"/>
   <dubbo:registry id="common" group="test" protocol="zookeeper" 
address="${dubbo.zookeeper.address}"
                       check="true" subscribe="true" register="true" 
timeout="100000"/>
   ```
   
   尝试创建最小可复现项目不成功, 删了各种代码和依赖之后问题不复现, 全部都正确挂载在 `/test` 目录下.
   可能导致目录不一致的原因有哪些呢? 


-- 
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: notifications-unsubscr...@dubbo.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscr...@dubbo.apache.org
For additional commands, e-mail: notifications-h...@dubbo.apache.org

Reply via email to