Any solution for windows to setup and run the Kafka rest proxy? so i can browse and send the API get/post message via IP/browser?
e.g. at windows browser to get the topics, and use the soapui tool to send GET message to do query? http://IPaddress:8082/topics
I have Kafka server and Zookeer running at windows environment. Creating topics and viewing topics via cmd is working fine, but when browsing url http://localhost:8082/topics , i got empty server response, i guess it is due to kafka-rest isn't install at windows.