To establish an SSL connection to the Kafka bootstrap server, you can use the Kafka Manager Connection Config tab. In this tab, you can enter the same configuration parameters that you would in a Kafka client application properties file. Due to the large number of possible Kafka configuration options, the configuration tab is provided to allow you to enter the specific parameters that are relevant to your environment. The configuration tab shown below is an example of parameters for setting up secure connections with SASL/SSL.
These are only examples and do not reflect the actual parameters that would be needed in a specific customer environment.
To configure parameters, enter each parameter name in the Configuration Entry field. Enter each parameter value in the Value field. Refer to the table below for values displayed in text form.
The table below shows the values from the example in text form.
Field |
Description |
security.protocol |
SSL |
ssl.keystore.type |
jks |
ssl.truststore.location |
/opt/nastel/AutoPilotM6/ssl |
ssl.keystore.password |
|
ssl.keystore.location |
/opt/nastel/AutoPilotM6/ssl |
ssl.truststore.type |
jks |