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, 1 Nov 2020 12:20:42 +0000 (13:20 +0100)
commit085fd349377e8bb991da2b39369917fbf0fa3084
tree63232baa1b83f795efcddfddc4437f288fa0d578
parent5df5895e4ec46756d335ea35c92c11146072c4d1
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