kafka创建消费者报错:zookeeper is not a recognized option

在搭建kafka时,使用特定命令创建消费者时遇到'zookeeper is not a recognized option'的错误。错误源于命令参数不正确。正确创建消费者的命令应去除zookeeper选项,指定消费的生产者地址。
摘要由CSDN通过智能技术生成

kafka创建消费者报错:zookeeper is not a recognized option


最近在hadoop上搭建kafka的时候,使用

bin/kafka-console-producer.sh --broker-list hadoop132:9092,hadoop133:9092,hadoop134:9092 --topic first

此命令创建kafka消息生产者,也就是hadoop132:9092、hadoop133:9092、hadoop134:9092这三个端口生产消息。

之后在hadoop132上使用

 bin/kafka-console-consumer.sh --zookeeper hadoop132:2181 --from-beginning --topic first

此命令创建消费者的时候,一直报错

zookeeper is not a recognized option

意思就是bin/kafka-console-producer.sh这个命令本身没有zookeeper这个参数,而在下面的提示中

Option                                   Description                            
------                                   -----------                            
--bootstrap-server <String: server to    REQUIRED: The server(s) to connect to. 
  connect to>                                                                   
--consumer-property <String:             A mechanism to pass user-defined       
  consumer_prop>                           properties in the form key=value to  
                                           the consumer.                        
--consumer.config <String: config file>  Consumer config properties file. Note  
                                           that [consumer-property] takes       
                                           preced
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值