Spring Boot - infinite loop service

前端 未结 3 1143
旧时难觅i
旧时难觅i 2021-02-09 14:27

I want to build a headless application which will query the DB in infinite loop and perform some operations in certain conditions (e.g. fetch records with specific values and wh

3条回答
  •  陌清茗
    陌清茗 (楼主)
    2021-02-09 15:03

    What I'm using is a message broker and a consumer put at the spring boot application to do the job.

提交回复
热议问题