I have a secure Kafka server. I'm able to connect (producer/consumer) to the Kafka using the client truststore jks.
Using Filebeat I want to write data to this Kafka server where output.kafka.ssl does not have options for jks.
I have tried converting the kafka.client.truststore.jks
to cer.pem and key.pem, but the key.pem is empty after the conversion.
Please help me with this. Thanks in advance.