-
Notifications
You must be signed in to change notification settings - Fork 932
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dubbo-go路由接口的改进 #2283
Comments
I'm a newbie, can I try it? |
Can I have a try? |
Of course |
thinks,Please assign it to me and I will finish it as soon as possible |
@FinalT 先跟 @georgehao [hao hong fan] 沟通下,不要上来着急改。这块代码是火山,很容易改出问题。 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
在dubbo-go中,PriorityRouter接口定义了URL()方法,但在其实现类中,并没有能够传入这个url的方法,导致实现类的URL()方法只能返回空值,,而在工厂接口PriorityRouterFactory中,定义了NewPriorityRouter() 方法,并且在注释中描述了会带着url创建PriorityRouter,但参数中并没有url。
我认为在接口PriorityRouterFactory的NewPriorityRouter()这个方法中,应该加上url这个参数,并且在后续开发其他规则路由中,也需要这个url获取路由规则以及其他参数。
The text was updated successfully, but these errors were encountered: