FIX: Added missing annotation @EnableScheduling
authorKai Moritz <kai@juplo.de>
Wed, 28 Oct 2020 17:31:56 +0000 (18:31 +0100)
committerKai Moritz <kai@juplo.de>
Sun, 16 May 2021 15:48:48 +0000 (17:48 +0200)
commitef81f7d7d56b67a2084d1a5d3f66c5a3db8fb796
treecb0cbdef787cd342df124f97c340a5d894b4d631
parent996911bbed45e0211e48976e3cb3971631361e5b
FIX: Added missing annotation @EnableScheduling

* The application did not do anything, because scheduling was not activated
* Adding @EnableScheduling also keeps the application alive
* Therefore, waiting on the CountDownLatch is not needed any more
outbox/src/main/java/de/juplo/kafka/outbox/Application.java