t3hnar / CmdSupport

Cmd support plugin for Intellij Idea
Apache License 2.0
49 stars 10 forks source link

kafka-topics.bat is not recognize as an internal or external command #38

Open ivan1016017 opened 2 years ago

ivan1016017 commented 2 years ago

I am trying to use cmd support login to run some kafka scripts. The issue is that the scripts work well on command prompt but not with cmd support login for Intellij Idea. For example, when I run the script in Intellij

kafka-topics.bat --describe --zookeeper localhost:2181 --topic invoice

I get the following error

'kafka-topics.bat' is not recognized as an internal or external command, operable program or batch file.

Any hint about how to solve this issue will be welcome.