Relative Content

Tag Archive for kubernetessslapache-kafkaspring-kafkanosuchfileexception

I get NoSuchFileException from Kafka

I’m building a simple spring-boot application that accepts json from POST end-point and sends it to Kafka with SSL certificates. When calling the send method I get an exception. The application is raised into K8s and devops insert keystore files in /app/certs/ into pod.
Maybe I’m setting the path to the file incorrectly or what could be the problem?