marsevilspirit opened a new pull request, #2893: URL: https://github.com/apache/dubbo-go/pull/2893
I submitted this PR because it affected my normal development. I was adding triple config to the protocol config and found that it was not effective. After debugging, I discovered that the protocol config being used was actually from the config package, so I decided to switch to using the global package's primary protocol config. Actually, it's also possible to add the same fields in the config package, but I hate wasting time on things that are outdated and will soon be deprecated. Moreover, using the global protocol config is only a matter of time. The changes in this PR are compatible with old dubbo-go. -- 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]
