使用 Pulsar 2.4.1和2.4.2按官方文档配置 TLS 传输,没有配置成功过(也许是水平问题)
1 broker.conf中tlsEnabled属性,标记出不Deprecated(不暂成使用)
# Deprecated - Use webServicePortTls and brokerServicePortTls instead
tlsEnabled=false
2 https://github.com/apache/pulsar/wiki/PIP-20:-Mechanism-to-revoke-TLS-authentication (撤销TLS身份验证的机制)
不知道是不是可以根据以上两点确定Pulsar 的安全方面不考虑TLS,使用其他安全机制代替。
来源:51CTO
作者:qq5dc264c690eab
链接:https://blog.51cto.com/14602923/2458846