Offset Explorer SASL/PLAIN和SASL/SCRAM方式连接kafka
SASL/PLAINSASL/SCRAM
·
Offset Explorer SASL/PLAIN和SASL/SCRAM方式连接kafka
1.SASL/PLAIN
1.1 属性页面
Zookeeper Host填写kafka服务器地址 eg:10.222.32.13
1.2 安全页面
选择SASL Plaintext
1.3 高级页面
Bootstrap servers填写集群地址:eg:10.222.32.13:9092,10.222.32.14:9092,10.222.32.15:9092
SASL Mechanism填写:PLAIN
1.4 JAAS 配置页面
填写连接字符串:
org.apache.kafka.common.security.plain.PlainLoginModule required
username="账号"
password="密码";
2.SASL/SCRAM
2.1 属性页面
Zookeeper Host填写kafka服务器地址 eg:10.222.32.13
1.2 安全页面
选择SASL Plaintext
1.3 高级页面
Bootstrap servers填写集群地址:eg:10.222.32.13:9092,10.222.32.14:9092,10.222.32.15:9092
SASL Mechanism填写:SCRAM-SHA-256
1.4 JAAS 配置页面
填写连接字符串:
org.apache.kafka.common.security.scram.ScramLoginModule required
username="账号"
password="密码";
更多推荐
已为社区贡献2条内容
所有评论(0)