在运行命令时出现“错误:执行使用者组命令因null而失败”

时间:2018-03-07 06:42:12

标签: apache-kafka kafka-consumer-api

用Google搜索但无法找到任何解决方案

这是命令

  - Submitted site map to google.
  - Check there's no "noindex" in the page.
  - Requested Indexing the site in google search console account.
  - Integrated with YOAST SEO....
  - I have checked the robots.txt file.

2 个答案:

答案 0 :(得分:0)

不确定它是否仍然有用,但是使用引导服务器而不是zookeeper的新Kafka,请尝试以下操作:

./kafka-consumer-groups.sh --bootstrap-server 192.168.99.101:9092 --describe --group console-consumer-62252

答案 1 :(得分:0)

尝试使用引导程序列表,看看--new-consumer是否起作用

sh kafka-consumer-groups --bootstrap-server broker1host:port1,broker2host:port2...  --new-consumer --describe --group console-consumer-62252

,如果使用的是kafka 2.8.0+,则不使用--new-consumer

sh kafka-consumer-groups --bootstrap-server broker1host:port1,broker2host:port2...   --describe --group console-consumer-62252