moremind commented on code in PR #5816: URL: https://github.com/apache/shenyu/pull/5816#discussion_r1860248216
########## shenyu-client/shenyu-client-dubbo/shenyu-client-apache-dubbo/src/main/java/org/apache/shenyu/client/apache/dubbo/annotation/ShenyuDubboService.java: ########## @@ -290,15 +287,15 @@ * @return the int */ @AliasFor(annotation = DubboService.class) - int retries() default DEFAULT_RETRIES; + int retries() default -1; /** * Alias for {@link DubboService#loadbalance()} . * * @return the string */ @AliasFor(annotation = DubboService.class) - String loadbalance() default LoadbalanceRules.RANDOM; + String loadbalance() default LoadbalanceRules.EMPTY; Review Comment: why empty -- 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