"camel.kamelet.kafka-ssl-sink.bootstrapServers"
"Comma separated list of Kafka Broker URLs"
"camel.kamelet.kafka-ssl-sink.saslMechanism"
"GSSAPI"
"The Simple Authentication and Security Layer (SASL) Mechanism used."
"camel.kamelet.kafka-ssl-sink.securityProtocol"
"SSL"
"Protocol used to communicate with brokers. SASL_PLAINTEXT, PLAINTEXT, SASL_SSL and SSL are supported"
"camel.kamelet.kafka-ssl-sink.sslEnabledProtocols"
"TLSv1.2,TLSv1.1,TLSv1"
"The list of protocols enabled for SSL connections. TLSv1.2, TLSv1.1 and TLSv1 are enabled by default."
"camel.kamelet.kafka-ssl-sink.sslEndpointAlgorithm"
"https"
"The endpoint identification algorithm to validate server hostname using server certificate. Use none or false to disable server hostname verification."
"camel.kamelet.kafka-ssl-sink.sslKeyPassword"
"The password of the private key in the key store file."
"camel.kamelet.kafka-ssl-sink.sslKeystoreLocation"
"The location of the key store file. This is optional for client and can be used for two-way authentication for client."
"camel.kamelet.kafka-ssl-sink.sslKeystorePassword"
"The store password for the key store file.This is optional for client and only needed if ssl.keystore.location is configured."
"camel.kamelet.kafka-ssl-sink.sslProtocol"
"TLSv1.2"
"The SSL protocol used to generate the SSLContext. Default setting is TLS, which is fine for most cases. Allowed values in recent JVMs are TLS, TLSv1.1 and TLSv1.2. SSL, SSLv2 and SSLv3 may be supported in older JVMs, but their usage is discouraged due to known security vulnerabilities."
"camel.kamelet.kafka-ssl-sink.sslTruststoreLocation"
"The location of the trust store file."
"camel.kamelet.kafka-ssl-sink.sslTruststorePassword"
"The store password for the trust store file."
"camel.kamelet.kafka-ssl-sink.topic"
"Comma separated list of Kafka topic names"