switch (kafkaStreams.state()) { case RUNNING: { if (kafkaStreams.state().isRunning()) { countDownLatch.countDown(); } } break;