From: Kai Moritz Date: Thu, 30 Jun 2022 16:53:46 +0000 (+0200) Subject: splitter: 1.0.0-vanilla-kafka - Fixed shutdown X-Git-Tag: wip-integration-xml~11 X-Git-Url: https://juplo.de/gitweb/?a=commitdiff_plain;ds=sidebyside;h=a3144e93ad95a87cfb33d261c2f6eb67062734c1;hp=a3144e93ad95a87cfb33d261c2f6eb67062734c1;p=demos%2Fkafka%2Fwordcount splitter: 1.0.0-vanilla-kafka - Fixed shutdown * The shutdown was blocked, because tSplitterStreamProcessor.stop() was called twice. * The second time, it could no longer reach the cluster, hence, blocking the shutdown process. ---