How to increase worker threads of reactor WebClient?

2.6k views Asked by At

I am using Spring reactor Webflux 2.3.1

I am using a webClient to make some http calls.

(org.springframework.web.reactive.function.client.WebClient)

How can I increase the number of worker threads, IO threads and maybe the number of event loops?

1

There are 1 answers

0
Andriy Sydorka On

check https://stackoverflow.com/a/48736669/10059236
But increasing pool size doesn't make much sense, because all network I/O is non-blocking anyway