Kafka - Security
Given this Kafka client config snippet:
What will happen if the keystore password is incorrect?
security.protocol=SSL ssl.keystore.location=/etc/kafka/keystore.jks ssl.keystore.password=changeit ssl.key.password=changeit
What will happen if the keystore password is incorrect?
