动物园管理员Kafka - 错误配置无效,异常退出

发布于 2025-01-09 01:06:49 字数 671 浏览 1 评论 0 原文

我尝试在 ZooKeeper kafka" rel="nofollow noreferrer">Apache Kafka ubuntu,我收到此错误:

卡夫卡进程也因此错误而终止

022-02-23 01:08:23,690] INFO shutting down (kafka.server.KafkaServer)
[2022-02-23 01:08:23,709] INFO App info kafka.server for 0 unregistered  (org.apache.kafka.common.utils.AppInfoParser)


[2022-02-23 01:08:23,710] INFO shut down completed (kafka.server.KafkaServer)
[2022-02-23 01:08:23,711] ERROR Exiting Kafka. (kafka.Kafka$)
[2022-02-23 01:08:23,725] INFO shutting down (kafka.server.KafkaServer)

I tried to run ZooKeeper in Apache Kafka ubuntu and i got this error:

error i got for zookeeper

also kafka process terminated with this error

022-02-23 01:08:23,690] INFO shutting down (kafka.server.KafkaServer)
[2022-02-23 01:08:23,709] INFO App info kafka.server for 0 unregistered  (org.apache.kafka.common.utils.AppInfoParser)


[2022-02-23 01:08:23,710] INFO shut down completed (kafka.server.KafkaServer)
[2022-02-23 01:08:23,711] ERROR Exiting Kafka. (kafka.Kafka$)
[2022-02-23 01:08:23,725] INFO shutting down (kafka.server.KafkaServer)

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

喜爱纠缠 2025-01-16 01:06:49
  1. 不要使用sudo

  2. -daemon 仅在 server-start 脚本中需要。

  3. 您需要将目录更改为 binconfig 文件夹所在的位置,或者对两者使用绝对路径

  4. .properties.sh 不是任何文件的有效文件扩展名,除非您已重命名它们

  5. 您确实应该将 $KAFKA_HOME/bin 文件夹添加到您的 PATH...只要提供绝对路径,属性文件的位置并不重要。

总的来说,我建议遵循 Confluence Platform 的 APT 安装说明或使用 brew,并使用 systemctlbrew services 来启动/停止 Kafka 和 Zookeeper 。

  1. Don't use sudo

  2. -daemon is only needed with the server-start scripts.

  3. You need to change directories to the location where either bin or config folders exist, or use absolute paths for both.

  4. .properties.sh is not a valid file extension for any files unless you've renamed them

  5. You should really add $KAFKA_HOME/bin folder to your PATH... The location of the properties file doesn't matter as long as you give an absolute path.

Overall, I suggest following the APT installation instructions from Confluent Platform or use brew, and use systemctl or brew services to start/stop Kafka and Zookeeper.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文