返回到文章

采纳

编辑于

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

kafka

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信息。