apache / dubbo

The java implementation of Apache Dubbo. An RPC and microservice framework.
https://dubbo.apache.org/
Apache License 2.0
40.5k stars 26.43k forks source link

timeout invalid : Dubbo with SpringBoot , provider service set timeout is invalid #5704

Closed guang19 closed 4 years ago

guang19 commented 4 years ago

I just stated learning dubbo.my version and config: dubbo-spring-boot-starter: 2.7.5. provider service: image

consumer caller: image

my program without problem,but as shown above, my provider service already setup timeout = 3000, but my consumer is still report error: image

But is's effctive when i set consumer timeout, i don't understand why...

thank you...

guang19 commented 4 years ago

i am sorry , i have resolved this problem...