架构注册表+ SSL

时间:2019-08-14 16:28:50

标签: apache-kafka confluent-schema-registry confluent-platform

这是我运行命令时遇到的错误: bin / schema-registry-start etc / schema-registry / schema-registry.properties

searchSpy

我正在按照本教程使用架构注册表启用SSL: https://docs.confluent.io/current/schema-registry/security/index.html

这是我的schema-registry.properties: https://pastebin.com/if4P5jiD

1 个答案:

答案 0 :(得分:0)

除了 schema-registry.properties

https://docs.confluent.io/current/kafka/encryption.html#sr中提到的那些属性之外,我还可以添加以下列出的kafkastore属性来解决此问题。
kafkastore.ssl.keystore.location=path/to/kafka.server.keystore.jks
kafkastore.ssl.keystore.password=xxxxxx
kafkastore.ssl.endpoint.identification.algorithm =

请注意,我已按照上面链接中提到的步骤为Kafka和Schema注册表设置SSL加密和身份验证。

希望这会有所帮助!