gpt4 book ai didi

apache-kafka - 错误 : Invalid value "sasl_ssl" for configuration property "security.protocol"

转载 作者:行者123 更新时间:2023-12-04 13:21:01 25 4
gpt4 key购买 nike

我正在使用 node-rdkafka 通过以下选项连接到 IBM MessageHub:

var options = {
// 'debug': 'all',
'metadata.broker.list': brokers,
'security.protocol': 'sasl_ssl',
'ssl.ca.location': '/etc/ssl/certs',
'sasl.mechanisms': 'PLAIN',
'sasl.username': username,
'sasl.password': password,
'api.version.request': true,
'broker.version.fallback': '0.10.2.1',
'log.connection.close': false,
'dr_msg_cb': true
}

客户端运行在 IBM Kubernetes Service pod (Ubuntu) 上。
请指教。谢谢。

最佳答案

这意味着您在安装/构建 node-rdkafka 时缺少一些依赖项(SSL 或 SASL)。

在 ubuntu 上确保安装了 libsasl2-devlibsasl2-moduleslibssl-dev

您可以查看我们的node-rdkafka sample Dockerfile一个工作示例。

关于apache-kafka - 错误 : Invalid value "sasl_ssl" for configuration property "security.protocol",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/52674088/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com