I have 2 Spring Boot Applications, one WebFlux on Netty and one MVC on Tomcat. I know the apps use the following threads: WebFlux (Netty):
reactor-netty-nio-*
MVC (Tomcat-NIO):
http-nio-8091-exec-*
But both Applications also create a number of I/O dispatcher threads, according to the number of logical cores. Can somebody help me understand where they are coming from?