Skip to content

Keep interface key in the URL in simplify mode when it's different from path. #3478

Closed
@chickenlj

Description

@chickenlj
  1. 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

  1. 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

  1. 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

Metadata

Metadata

Assignees

Labels

type/bugBugs to being fixed

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions