当前位置:   article > 正文

kafka 开启rest api 借助confluent_kafka如何对外开启rest api

kafka如何对外开启rest api

kafka 开启rest api  借助confluent

本文主要介绍如何开启kafka的rest api。
本文主要参考:
http://blog.csdn.net/xianzhen376/article/details/51281420?t=1466961306713


好,下面上货。
1、下载confluent4.0.0
wget http://packages.confluent.io/archive/4.0/confluent-oss-4.0.0-2.11.tar.gz

2、解压到指定目录下。
通过查看目录的内容,能够发现,confluent里面是含有kafka的,也就是说,如果你没有安装kafka,那么可以通过confluent直接对kafka进行安装。如果已经安装了kafka,可以使用confluent提供的插件。

3、启动kafka-rest
修改confluent-4.0.0/etc/kafka-res/kafka-rest.properties 文件


4、启动kafka-rest
confluent-4.0.0/bin/kafka-rest  ../etc/kafka-rest/kafka-rest.properties
上面的这种方式是前台启动,也可以以后台方式启动。
nohup confluent-4.0.0/bin/kafka-rest  ../etc/kafka-rest/kafka-rest.properties &


5、测试一下kafka-rest是否成功启动
http://192.168.0.66:8082/topics




声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/AllinToyou/article/detail/79826
推荐阅读
相关标签
  

闽ICP备14008679号