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?
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?
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