Kafka bootstrap.server is not a recognized option
Posted @SmartSi
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Kafka bootstrap.server is not a recognized option相关的知识,希望对你有一定的参考价值。
1. 现象
kafka-console-consumer.sh --bootstrap.server=localhost:9092 --topic=file-connector-example-topic --from-beginning
在执行上述命令时抛出如下异常:
bootstrap.server is not a recognized option
2. 解决方案
主要原因是:在 2.5.0 版本之前只支持 --broker-list;在 2.5.0 版本之后支持 --bootstrap-server。使用如下命令重新执行:
kafka-console-consumer.sh --broker-list=localhost:9092 --topic=file-connector-example-topic --from-beginning
以上是关于Kafka bootstrap.server is not a recognized option的主要内容,如果未能解决你的问题,请参考以下文章
Kafka查看topic、consumer group状态命令
Kafka:ZK+Kafka+Spark Streaming集群环境搭建(十三)kafka+spark streaming打包好的程序提交时提示虚拟内存不足(Container is running
kafkaflink 发送 数据到 kafka 报错 Memory records is not writable
coding++:kafka问题:zookeeper is not a recognized option zookeeper参数不支持