我使用Spring-boot-3 @GetExchangea WebClient,有时会遇到以下错误:
Spring-boot-3
@GetExchange
WebClient
java.lang.IllegalStateException: Timeout on blocking read for 5000000000 NANOSECONDS
如果使用来@GetExchange指示WebClient重试,最佳实践是什么?这个新注释没有足够的文档。
java spring webclient spring-boot
java ×1
spring ×1
spring-boot ×1
webclient ×1