97ZQ commented on code in PR #3065:
URL: https://github.com/apache/dubbo-go/pull/3065#discussion_r2471976099
##########
compat.go:
##########
@@ -40,6 +40,11 @@ func compatRootConfig(c *InstanceOptions) *config.RootConfig
{
regCompat[k] = compatRegistryConfig(v)
}
+ rouCompat := make([]*config.RouterConfig, 0)
+ for _, v := range c.Router {
+ rouCompat = append(rouCompat, compatRouterConfig(v))
+ }
+
Review Comment:
Alanxtl, thank you for your suggestion. I will try my best to implement it
recently.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]