如果远程服务阻塞,我可以发送多少个并发请求?意思是: spring在使用的时候内部使用的maxConnection pool limit是多少WebClient?
WebClient
@Autowiredprivate WebClient webClient; webClient.post().uri(url).syncBody(req).retrieve().bodyToMono(type);
而且:我该如何修改它?
aluckdog
鸿蒙传说
相关分类