Skip to content

Commit

Permalink
fix: comment
Browse files Browse the repository at this point in the history
  • Loading branch information
LaurenceLiZhixin committed Apr 25, 2022
1 parent 6838e2a commit 80e745f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion registry/xds/registry.go
Expand Up @@ -75,7 +75,7 @@ func getSubscribeName(url *common.URL) string {

buffer.Write([]byte(common.DubboNodes[common.PROVIDER]))
appendParam(&buffer, url, constant.InterfaceKey)
// We would not append group or version to this name, as istio ecosystem only cares about hostname during cds.
// We would not append group or version to this name, as istio ecosystem only cares about 'hostname' during cds procedure.
// The subscribe name is to find real hostName only.
// Group or version are managed by traffic policy, not dubbo-go.
return buffer.String()
Expand Down

0 comments on commit 80e745f

Please sign in to comment.