zrlw commented on issue #9574:
URL: https://github.com/apache/dubbo/issues/9574#issuecomment-1013655619


   getWeight这个测试类是直接mock加的参数,但是实际运行时要怎么给URL加这个参数?我搜了一下并没有找到给URL加这个参数的代码。
   无论用xml配置```<dubbo:method name="xxx" weight="nn" 
/>```还是用```@DubboReference(methods = {@Method(name = “xxx”,  
weight=nn)})``注解设置weight都会提示weight参数不识别,那么这个参数要怎么才能用起来呢?


-- 
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]

Reply via email to