0

I am new to Apache-Kafka.I am using: zookeeper-3.6.0 kafka-2.13-2.4.1 Windows-7

Earlier i was able to create and list topics on the same machine.
After i restarted my system, i am unable to create and list topics.
I am getting below errors.

Create error: Topic create error List error: List Topic Error

The error looks pretty simple. I googled a lot but unfortunately, i am not able to get a solution to this.

I followed the below link for configurations: http://programming-tips.in/kafka-set-up-apache-kafka-on-windows/

Looking forward for some expert advice.

1 Answers1

0

Type it out manually and it will work. There is something wrong with the '-' in the example code. enter image description here

Joe M
  • 2,527
  • 1
  • 25
  • 25
  • Thanks Rajeev, it worked out by manually typing the command...Really strange, copy paste should also work... – user2152156 Apr 18 '20 at 11:29
  • Happy to hear it worked. Appreciate it if you could mark the response as the answer since it worked. – Joe M Apr 18 '20 at 23:18