SSL.keystore.location can't find JKS file in my Kubernetes secrets mount SSL.keystore.location can't find JKS file in my Kubernetes secrets mount kubernetes kubernetes

SSL.keystore.location can't find JKS file in my Kubernetes secrets mount


Remove the file://. The keystore is opened by the Kafka client, not Spring.

Kafka knows nothing about Spring's Resource abstraction; you need to provide just the path to the file (relative or absolute).