dubbo version:2.7.14 spring cloud && nacos 2.0.3 for registration center
I set dubbo.provider.retries=0 in application.yml, and when it registers to nacos, seems that the configuration is effetive.
But when the consumer invoke one of the methods, consumer still retried 3 times(defalut times). So why the configuration is ineffetive confuse me.
If you have some ideas, please tell me, thanks! Sorry for my poor English...