Aetherance opened a new issue, #3250:
URL: https://github.com/apache/dubbo-go/issues/3250

   ### ✅ 验证清单
   
   - [x] 🔍 我已经搜索过 [现有 
Issues](https://github.com/apache/dubbo-go/issues),确信这不是重复问题
   
   ### 🚀 Go 版本
   
   1.25.5
   
   ### 📦 Dubbo-go 版本
   
   develop
   
   ### 🖥️ 服务端配置
   
   _No response_
   
   ### 💻 客户端配置
   
   _No response_
   
   ### 🌐 协议配置
   
   _No response_
   
   ### 📋 注册中心配置
   
   _No response_
   
   ### 💾 操作系统
   
   🐧 Linux
   
   ### 📝 Bug 描述
   
   The Route method in cluster/router/tag/router.go incorrectly uses 
constant.Tagkey instead of
     constant.ApplicationKey to retrieve the application name when building the 
configuration key.
     This causes the dynamic tag router to fail loading the configuration.
   
   cluster/router/tag/router.go:56
   ```
   application := invokers[0].GetURL().GetParam(constant.Tagkey, "")    
   ```
   
   ### 🔄 重现步骤
   
   https://github.com/apache/dubbo-go/blob/main/cluster/router/tag/router.go
   line 56 uses `Tagkey` to get `application` to build router config's key but 
line 81 uses `ApplicationKey`
   
   ### ✅ 预期行为
   
   use `ApplicationKey` instead of `TagKey`
   
   ### ❌ 实际行为
   
   Using wrong key
   
   ### 💡 可能的解决方案
   
   _No response_


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