mister11
10/23/2019, 8:02 AMSchedulers.boundedElastic()
scheduler? At the moment, I have only some DB calls using JOOQ, but I might use some other blocking library. I've added BlockHound
to the project and once I moved DB calls to a separate scheduler it stoped reporting blocking calls, but I'm aware that number of available threads is much smaller in Netty than in Tomcat which might cause scalability issues down the road.Luis Munoz
10/23/2019, 5:53 PM