help wantedtype/bug
Repository-Metriken
- Stars
- (41.524 Stars)
- PR-Merge-Metriken
- (Durchschn. Merge 7T 14h) (20 gemergte PRs in 30 T)
Beschreibung
- I have searched the issues of this repository and believe that this is not a duplicate.
Environment
- Dubbo version: 3.1.0
- Operating System version: Linux
- Java version: 1.8
Steps to reproduce this issue
- 配置消费者全局配置 例如:dubbo.consumer.timeout=5000
- 配置消费者接口级超时时间例如 dubbo.reference.org.apache.dubbo.samples.api.DemoService.timeout=6000
Pls. provide [GitHub address] to reproduce this issue.
Expected Behavior
应该配置优先级中接口级高于全局配置
Actual Behavior
实际上接口级配置并未生效只有全局超时时间生效了最终接口的超时时间在dubbo控制台看到的是5000毫秒
If there is an exception, please attach the exception trace: