Hello Everybody, I'm a newbie on dcos and I setup dcos and install kafka with cli. Now I want to create a topic but when I try the command dcos kafka topic create topic1 --partitions 1 --replication 1 I have the following error { "message": "Output: Error while executing topic command : replication factor: 1 larger than available brokers: 0\n Error: [2016-09-20 12:11:53,798] ERROR kafka.admin.AdminOperationException: replication factor: 1 larger than available brokers: 0\n\tat kafka.admin.AdminUtils$.assignReplicasToBrokers(AdminUtils.scala:117)\n\tat kafka.admin.AdminUtils$.createTopic(AdminUtils.scala:403)\n\tat kafka.admin.TopicCommand$.createTopic(TopicCommand.scala:110)\n\tat kafka.admin.TopicCommand$.main(TopicCommand.scala:61)\n\tat kafka.admin.TopicCommand.main(TopicCommand.scala)\n (kafka.admin.TopicCommand$)\n" } So I wanted to fixed that by creating a broker with the command dcos kafka --name=kafka broker add but I have another issue which outputs dcos-kafka-linux: error: expected command but got "add" Any clue please?