From: Kai Moritz Date: Wed, 28 Oct 2020 17:31:56 +0000 (+0100) Subject: FIX: Added missing annotation @EnableScheduling X-Git-Tag: part-2~8 X-Git-Url: https://juplo.de/gitweb/?a=commitdiff_plain;h=ef81f7d7d56b67a2084d1a5d3f66c5a3db8fb796;hp=ef81f7d7d56b67a2084d1a5d3f66c5a3db8fb796;p=demos%2Fkafka%2Foutbox 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 ---