Kafka - Security
Given this Kafka client config snippet:
What will happen if the truststore file path is incorrect?
security.protocol=SSL ssl.keystore.location=/path/client.keystore.jks ssl.truststore.location=/path/client.truststore.jks
What will happen if the truststore file path is incorrect?
