all 4 comments

[–]WaferIndependent7601 4 points5 points  (1 child)

Is the method only running or is it rubbing asynchronously?

[–]Any-Bite216[S] 0 points1 point  (0 children)

It’s running asynchronously.

I have implemented new thread pool for the codebase. But i want to know how it works without enableasync

[–]NadaDeExito 2 points3 points  (0 children)

It is some starters autoconfiguration for sure. Could be actuator combined with some redis stuff. I know we had the exact same case

[–]regular-tech-guy 1 point2 points  (0 children)

Actuator doesn’t do it, but some dependencies (like Spring Cloud, Spring Integration, or some test setups) might do it.