spring-boot-starter-dubbo icon indicating copy to clipboard operation
spring-boot-starter-dubbo copied to clipboard

如何设置消费者调用生产者的超时时间?

Open rememberber opened this issue 7 years ago • 1 comments

如题,请问如何设置消费者调用生产者的超时时间? 在spring boot 的application.properties中应该怎么定义?

现在正有此需求,非常感谢! 期待回复!

rememberber avatar May 04 '17 12:05 rememberber

不能通过 application.properties 定义。@Reference timeout

JeffLi1993 avatar May 08 '17 07:05 JeffLi1993