Closed stomashchuk closed 2 years ago
Please use JIRA to report Kafka project issues
Besides, you're using the wrong config class
Hi Jordan. Thank you for your reply. Ok, sorry. Apparently I didn't pay enough attention to reading documentation. Could I ask one question - why don't class, that you mentioned, contains truststore, keystore parameters?
Security protocol is not unique to SSL, so it is in the CommonConfigs
The ssl key/truststore settings are specific to SSL, and so are in the SSLConfigs class
Thank you very much for your answers. Good luck )
SSL_PROTOCOL_CONFIG property in class SslConfigs has value "ssl.protocol". But for ssl connection to kafka we need to use "security.protocol" value.