请问springcloud中kafka的ssl认证信息添加在哪里?是在yml文件中吗?

S1lence 发表于: 2018-12-07   最后更新时间: 2018-12-07 19:46:21   2,003 游览
security:
        protocol:  SSL
    ssl:
        truststore:
            location: /home/cert/kafka.truststore #kafka.truststore文件绝对路径
            password: test123456
        keystore:
            location: /home/cert/kafka.keystore #kafka.keystore文件绝对路径
                password: test123456

springcloud 的 stream 如何加载ssl信息。

发表于 2018-12-07
添加评论

这个我没用过..

你的答案

查看kafka相关的其他问题或提一个您自己的问题