You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Here, in this example, the path value is /org.apache.dubbo.samples.basic.api.DemoService, it's generaged by default and is the same as interface=org.apache.dubbo.samples.basic.api.DemoService.
I tried to figure out the role path plays in the framework, it seems to have some some meaning for Rest or Http protocols, but is never used for Dubbo protocol.
Dubbo Protocol
Not used at all except to distinguish two different items in Registry.
Take Zookeeper as an example, the following two items can exist at the same time under the same parent node /dubbo/org.apache.dubbo.samples.basic.api.DemoService/providers only because they have different path.
Here, in this example, the path value is
/org.apache.dubbo.samples.basic.api.DemoService
, it's generaged by default and is the same asinterface=org.apache.dubbo.samples.basic.api.DemoService
.I tried to figure out the role
path
plays in the framework, it seems to have some some meaning for Rest or Http protocols, but is never used for Dubbo protocol.Not used at all except to distinguish two different items in Registry.
Take
Zookeeper
as an example, the following two items can exist at the same time under the same parent node/dubbo/org.apache.dubbo.samples.basic.api.DemoService/providers
only because they have differentpath
.Used to distinguish different rest paths
The text was updated successfully, but these errors were encountered: