dajudge/kafkaproxy

Kafka truststore should be optional

Closed this issue · 2 comments

Contrary to the documentation, the truststore used for validating kafka server certificates is not optional.

When KAFKAPROXY_KAFKA_SSL_ENABLED is set to true and KAFKAPROXY_KAFKA_SSL_TRUSTSTORE_LOCATION is not set, then the built-in truststore (taken from JDK during native compile) should be used. Right now an exception is raised instead.

Originally raised in #31

@jhovell Would you mind giving 0.0.16 a spin and give me feedback if it solves the issue for you?

Yes @dajudge 0.0.16 works great with Kafka 2.8 and SSL enabled. Thanks so much!