A better way to handle the infinite loop
In my previous post, I wrote about running infinite loop in Java and also I mention that it was not recommended way of doing and here is the alternative Instead of we implementing the infinite loop, you can offload that to the framework if you are using Spring-boot Ref : https://docs.spring.io/spring/docs/current/spring-framework-reference/integration.html#scheduling and Enable the scheduling…
