[BUG] ShenyuDubboService annotation some default value not equals DubboService annotation #5815
Open
1 task done
Labels
type: bug
Something isn't working
Is there an existing issue for this?
Current Behavior
https://github.com/apache/shenyu/blob/master/shenyu-client/shenyu-client-dubbo/shenyu-client-apache-dubbo/src/main/java/org/apache/shenyu/client/apache/dubbo/annotation/ShenyuDubboService.java
https://github.com/apache/dubbo/blob/3.3/dubbo-common/src/main/java/org/apache/dubbo/config/annotation/DubboService.java
You can see that some default values for the two annotations are different. For example, timeout, with a default value of -1 in DubboService and 0 in ShenyuDubboService, results in some metadata being registered with a timeout of 0, while others have a timeout of 3000.
Expected Behavior
No response
Steps To Reproduce
No response
Environment
Debug logs
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: