eye-gu commented on code in PR #5816: URL: https://github.com/apache/shenyu/pull/5816#discussion_r1860336712
########## shenyu-client/shenyu-client-dubbo/shenyu-client-apache-dubbo/src/main/java/org/apache/shenyu/client/apache/dubbo/annotation/ShenyuDubboService.java: ########## @@ -202,7 +199,7 @@ * @return the int */ @AliasFor(annotation = DubboService.class) - int delay() default 0; + int delay() default -1; Review Comment: Keeping the default values consistent can make the behavior of two annotations consistent. Even if there is currently no difference between the two, they are still compatible with Dubbo's future modifications -- 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: notifications-unsubscr...@shenyu.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org