August 2017
Beginner to intermediate
278 pages
6h 40m
English
The configuration properties for Kafka producer and consumer are the same. The following are the configuration properties you need to set for enabling SSL. If client authentication is not required (ssl.client.auth = none), you need to set the following properties:
security.protocol = SSLssl.truststore.location = /path/to/kafka.client.truststore.jksssl.truststore.password = trustore_password
If client authentication is required (ssl.client.auth = required), you need to set the following properties:
security.protocol = SSLssl.truststore.location = /path/to/kafka.client.truststore.jks ...
Read now
Unlock full access