Fixing the command #2
You're continuing your review of documentation written by your team for working with Kafka. You come across a command utilizing Kafka topic creation and are getting some errors.
NOTE: This exercise requires information from several lessons in this chapter. Refer to the previous slides in this chapter for more information. The command /home/repl/check_broker.sh
may be of assistance as well. There is only one error in this command - keep all other details the same.
Diese Übung ist Teil des Kurses
Introduction to Apache Kafka
Anleitung zur Übung
- Copy and paste the following command into your console. If there are any errors in the command, fix the error and re-run the command.
bin/kafka-topics.sh --bootstrap-server localhost:9092 --create --topic phishing-sites --replication-factor 3 --partitions 5
Interaktive Übung
In dieser interaktiven Übung kannst du die Theorie in die Praxis umsetzen.
