天天看点

Conduktor连接阿里云Kafka集群

Step By Step

1、工具下载;

2、认证参数获取;

3、配置认证参数;

4、测试效果;

1、工具下载
下载地址
Conduktor连接阿里云Kafka集群
2、认证参数获取
登陆 阿里云Kafka控制台
Conduktor连接阿里云Kafka集群
Conduktor连接阿里云Kafka集群
Conduktor连接阿里云Kafka集群
下载SSL根证书
3、配置认证参数
security.protocol=SASL_SSL
sasl.mechanism=PLAIN
request.timeout.ms=30000
ssl.endpoint.identification.algorithm=
sasl.jaas.config=org.apache.kafka.common.security.plain.PlainLoginModule required username="<用户名>" password="<密码>";
ssl.truststore.location=<证书所在位置>/kafka.client.truststore.jks           
4、测试效果
Conduktor连接阿里云Kafka集群
Conduktor连接阿里云Kafka集群
Conduktor连接阿里云Kafka集群

更多参考

SSL接入点PLAIN机制收发消息

继续阅读