windows是否有安装和运行Kafka rest代理的解决方案?这样我就可以通过IP/浏览器浏览和发送API get/post消息了吗?
例如,在windows浏览器中获取主题,并使用soapui工具发送get消息来执行查询?http://IPaddress:8082/topics
我让Kafka服务器和Zookeer在windows环境下运行。通过cmd创建主题和查看主题是很好的,但是当浏览url http://localhost:8082/topics时,我得到了空的服务器响应,我想是因为kafka-rest不是安装在windows上。
发布于 2019-07-25 03:44:39
https://stackoverflow.com/questions/57193004
复制相似问题