[GitHub] [incubator-dubbo] rhwayfun commented on issue #2639: Custom router does not support configuration on Provider side

2018-10-14 Thread GitHub
In general, programmers have no permissions. In addition, the danger factor in dubbo-admin operations is relatively high. So, it's best to dynamically configure routing rules through code. @carryxyh @kimmking [ Full content available at: https://github.com/apache/incubator-dubbo/issues/2639 ]

[GitHub] [incubator-dubbo] rhwayfun commented on issue #2639: Custom router does not support configuration on Provider side

2018-10-14 Thread GitHub
In general, programmers have no permissions. In addition, the danger factor in dubbo-admin operations is relatively high. So, it's best to dynamically configure routing rules through code. [ Full content available at: https://github.com/apache/incubator-dubbo/issues/2639 ] This message was rela

[GitHub] [incubator-dubbo] rhwayfun commented on issue #2639: Custom router does not support configuration on Provider side

2018-10-14 Thread GitHub
@carryxyh Do you mean dubbo-admin platform? [ Full content available at: https://github.com/apache/incubator-dubbo/issues/2639 ] This message was relayed via gitbox.apache.org for notifications@dubbo.apache.org - To unsubscrib

[GitHub] [incubator-dubbo] rhwayfun commented on issue #2639: Custom router does not support configuration on Provider side

2018-10-14 Thread GitHub
Yes, if support parameter router, then the requests specifying conditions will be processed by a specific provider. And it can be used to achieve grayscale requirements. > 在 2018年10月13日,19:27,kimmking 写道: > > Do you mean the provider decide whether process a request by some conditions? > > I

[GitHub] [incubator-dubbo] rhwayfun commented on issue #2639: Custom router does not support configuration on Provider side

2018-10-12 Thread GitHub
I have read it, It does not support parameter routing. Still thank you. > 在 2018年10月12日,17:57,时无两丶 写道: > > Hi, > u can get more info here: > http://dubbo.apache.org/zh-cn/docs/user/demos/routing-rule.html > > — > You are receivi

[GitHub] [incubator-dubbo] rhwayfun commented on issue #2639: Custom router does not support configuration on Provider side

2018-10-12 Thread GitHub
Do you mean the condition router? > 在 2018年10月12日,17:44,时无两丶 写道: > > In response to your situation, dubbo provides a router to solve, you can > dynamically configure on dubbo-ops. > > The client itself is not likely to be unaware of the server. The behavior of > P1 forwarding a request to P2

[GitHub] [incubator-dubbo] rhwayfun commented on issue #2639: Custom router does not support configuration on Provider side

2018-10-12 Thread GitHub
Thanks, but the problem with custom router is that the client needs to introduce additional dependencies, which means that the client needs to make code changes, not non-perceived. In addition, there are usually a lot of C side, which is very unreasonable. It is best to be able to control the P

[GitHub] [incubator-dubbo] rhwayfun commented on issue #2639: Custom router does not support configuration on Provider side

2018-10-11 Thread GitHub
yes, the provider can only handle legal request(eg: specific city request, other city request will be handled on another provider) > 在 2018年10月12日,12:39,时无两丶 写道: > > Hi, > Sorry, I still don't fully understand what you mean. > You are hoping to route on the provider side. If the provider finds