We are using tomcat 8.5.5 to deploy the spring webflux application, When making Get Rest call to service then it makes select on MongoDB and returns Flux.
Frequently it's giving a slow response sometimes return in 1-2 seconds, but sometimes it took around 1 minute.
I am not getting any errors in the logs.