How does the /tmp/kafka-streams folder work?

2018-12-24 Thread Edmondo Porcu
Hello Kafka users, we are running a Kafka Streams as a fully stateless application, meaning that we are not persisting /tmp/kafka-streams on a durable volume but we are rather losing it at each restart. This application is performing a KTable-KTable join of data coming from Kafka Connect, and some

Packaging jks certificates into an uber jar and accessing them for kafka client or otherwise?

2018-12-24 Thread Colin Williams
I've been trying to read from kafka via a spark streaming client. I found out spark cluster doesn't have certificates deployed. Then I tried using the same local certificates I've been testing with by packing them in an uber jar and getting a File handle from the Classloader resource. But I'm getti