Specifies the security protocol. You can specify following values: PLAINTEXT - Specifies an unauthenticated, non-encrypted channel.SSL - Specifies for an SSL channel. SASL_PLAINTEXT - Specifies an SASL-authenticated, non-encrypted channel. This option requires additional configuration (see SASL_PLAINTEXT and SASL_SSL).SASL_SSL - Specifies an SASL-authenticated, SSL channel (see SASL_PLAINTEXT and SASL_SSL).
The Transport Layer Security (TLS) settings will be applied when this Security Protocol is set to either SSL or SASL_SSL . SASL_PLAINTEXT and SASL_SSLYou cannot fully configure the SASL_PLAINTEXT and SASL_SSL security protocols in the UI fields provided. If you want to use these security protocols, you must create a configuration file and adjust the sasl.jaas.config property to include the com.parasoft.soavirt.kafka.shaded package prefix. The following example demonstrates how to configure the package for the plain login module: com.parasoft.soavirt.kafka.shaded.apache.kafka.common.security.plain.PlainLoginModule
Specify the configuration file in the Additional Settings File Path field under the Producer Settings or Consumer Settings. |