AlexStocks commented on PR #3252:
URL: https://github.com/apache/dubbo-go/pull/3252#issuecomment-4106488327

   ## 新发现的问题
   
   ### 5. ⚠️ Process 方法缺少注释说明优先级
   
   **位置:** `cluster/router/condition/dynamic_router.go:175`
   
   **问题:** `Process()` 方法没有注释说明它会覆盖静态配置。建议添加注释:
   
   ```go
   // Process handles dynamic configuration updates from config center.
   // Note: Dynamic configuration will override any static configuration 
   // previously set via SetStaticConfig.
   func (d *DynamicRouter) Process(event *config_center.ConfigChangeEvent) {
   ```


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