【发布时间】:2020-09-23 09:12:39
【问题描述】:
我在 Windows 上运行 kafka。我正在尝试设置 SASL/SCRAM 身份验证。 This 是我关注的用于设置 SASL/SCRAM 的链接。在运行bin/kafka-configs --zookeeper localhost:2181 --alter --add-config 'SCRAM-SHA-256=[iterations=8192,password=alice-secret],SCRAM-SHA-512=[password=alice-secret]' --entity-type users --entity-name alice 时出现错误
未知动态配置:Set('SCRAM-SHA-256)
有人知道可能是什么问题吗?
【问题讨论】: