dubbo-admin icon indicating copy to clipboard operation
dubbo-admin copied to clipboard

dubbo-admin 标签路由功能,

Open chenhao26-nineteen opened this issue 3 years ago • 0 comments

  • [ ] I have searched the issues of this repository and believe that this is not a duplicate.
  • [ ] I have checked the REAMDE of this repository and believe that this is not a duplicate.

Environment

  • Dubbo Admin version: 0.4.0
  • Dubbo version :3.x
  • Registry center detail (type and version): Nacos2.1.1
  • Operating System version: macOs
  • Java version: jdk1.8

Steps to reproduce this issue

  1. 新建标签规则,如下 image

  2. 消费端没有指定任何tag,但是在调用的时候,请求一直往一台实例发。理论上应该我在程序里面携带tag才可以发送到指定的实例。开始以为是我规则没有生效 ,我禁用这条规则以后,请求回到默认的随机轮训,这个正常,所以证明这条规则是生效的,只是没有按照预期生效,因为我程序中根本没有配置对应的tag

Pls. provide [GitHub address] to reproduce this issue.

Expected Result

What do you expected from the above steps?

Actual Result

What actually happens?

If there is an exception, please attach the exception trace:

Just put your stack trace here!

chenhao26-nineteen avatar Sep 01 '22 09:09 chenhao26-nineteen