Closed
Description
- non-simplify mode:
dubbo://120.0.0.1:20880/org.apache.dubbo.demo.DemoService?key=value
the store path of ZK will be: /dubbo/porg.apache.dubbo.demo.DemoService/url
- simplify mode:
dubbo://120.0.0.1:20880/org.apache.dubbo.demo.DemoService?key=value
the store path of ZK will be: /dubbo/porg.apache.dubbo.demo.DemoService/url
- simplify mode with path specified:
dubbo://120.0.0.1:20880/path-value?key=value
the store path of ZK will be: /dubbo/path-value/url