zhaohuabing commented on issue #1936: URL: https://github.com/apache/dubbo-go/issues/1936#issuecomment-1159721312
@sanxun0325 Thanks. But it seems that the custom parameters won't be put in the registered service instances. The Java xml configuration in my issue will result the below service registration data in ZK, which is what I want to achieve in dubbo-go. ``` /dubbo/org.apache.dubbo.samples.basic.api.Demoservice/providers/dubbo://10.66.36.160:29527/org.apache.dubbo.samples.basic.api.Demoservice?release=dubbo-golang-3.0.0×tamp=1655282877& custom_parameter1=foo&custom_parameter1=bar ``` -- 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]
