didi / KnowStreaming

一站式云原生实时流数据平台,通过0侵入、插件化构建企业级Kafka服务,极大降低操作、存储和管理实时流数据门槛
https://knowstreaming.com
GNU Affero General Public License v3.0
6.93k stars 1.28k forks source link

kafka使用kraft模式部署,在新增ACL时报错,Caused by:java.lang.IlleguementException:Could not find a 'KafkaClient' entry in the JAAS config' is not set #1091

Closed JieJieNiDeAi closed 1 year ago

JieJieNiDeAi commented 1 year ago

在这里提出你的问题

问题:新增ACL时日志报错,Caused by:java.lang.IlleguementException:Could not find a 'KafkaClient' entry in the JAAS config' is not set

kafka 版本为:3.4.1 部署方式kraft模式,无zookeeper knowStreaming版本:3.3.0 在kafka的config目录下 增加了 kafk_server_jaas.conf内容: KafkaServer { org.apache.kafka.common.security.plain.PlainLoginModule required serviceName="mycluer" username="producer" password="producerpwd"; };

KafkaClient { org.apache.kafka.common.security.plain.PlainLoginModule required username="producer" password="producerpwd"; };

ZQKC commented 1 year ago
  • [x] 我已经在 issues 搜索过相关问题了,并没有重复的。

在这里提出你的问题

问题:新增ACL时日志报错,Caused by:java.lang.IlleguementException:Could not find a 'KafkaClient' entry in the JAAS config' is not set

kafka 版本为:3.4.1 部署方式kraft模式,无zookeeper knowStreaming版本:3.3.0 在kafka的config目录下 增加了 kafk_server_jaas.conf内容: KafkaServer { org.apache.kafka.common.security.plain.PlainLoginModule required serviceName="mycluer" username="producer" password="producerpwd"; };

KafkaClient { org.apache.kafka.common.security.plain.PlainLoginModule required username="producer" password="producerpwd"; };

KS的接入集群时,集群配置填写的内容是?

JieJieNiDeAi commented 1 year ago
  • [x] 我已经在 issues 搜索过相关问题了,并没有重复的。

在这里提出你的问题

问题:新增ACL时日志报错,Caused by:java.lang.IlleguementException:Could not find a 'KafkaClient' entry in the JAAS config' is not set kafka 版本为:3.4.1 部署方式kraft模式,无zookeeper knowStreaming版本:3.3.0 在kafka的config目录下 增加了 kafk_server_jaas.conf内容: KafkaServer { org.apache.kafka.common.security.plain.PlainLoginModule required serviceName="mycluer" username="producer" password="producerpwd"; }; KafkaClient { org.apache.kafka.common.security.plain.PlainLoginModule required username="producer" password="producerpwd"; };

KS的接入集群时,集群配置填写的内容是?

内容如下: { "security.protocol":"SASL_PLAINTEXT", "sasl.jaas.config":"org.apache.kafka.common.security.plain.PlainLoginModule required username="producer" password="producerpwd" ;" }

ZQKC commented 1 year ago

与 #1092 相似,无更多反馈,关闭该问题。