Bugfix
If Kafka is not started, the start of the application is aborted. This is too hard for many application scenarios. Instead, only an error should be logged.
Test
Start the Kafka demo application without starting Kafka first. The application starts up and at least one error is written to the Kafka log(top-logic.kafka.*.log).