"camel.kamelet.kafka-ssl-source.allowManualCommit"
"Whether to allow doing manual commits"
"camel.kamelet.kafka-ssl-source.autoCommitEnable"
"If true, periodically commit to ZooKeeper the offset of messages already fetched by the consumer"
"camel.kamelet.kafka-ssl-source.autoOffsetReset"
"latest"
"What to do when there is no initial offset. There are 3 enums and the value can be one of latest, earliest, none"
"camel.kamelet.kafka-ssl-source.bootstrapServers"
"Comma separated list of Kafka Broker URLs"
"camel.kamelet.kafka-ssl-source.consumerGroup"
"A string that uniquely identifies the group of consumers to which this source belongs Example: my-group-id"
"camel.kamelet.kafka-ssl-source.deserializeHeaders"
"When enabled the Kamelet source will deserialize all message headers to String representation."
"camel.kamelet.kafka-ssl-source.pollOnError"
"ERROR_HANDLER"
"What to do if kafka threw an exception while polling for new messages. There are 5 enums and the value can be one of DISCARD, ERROR_HANDLER, RECONNECT, RETRY, STOP"
"camel.kamelet.kafka-ssl-source.saslJaasConfig"
"Java Authentication and Authorization Service (JAAS) for Simple Authentication and Security Layer (SASL) configuration."
"camel.kamelet.kafka-ssl-source.saslMechanism"
"GSSAPI"
"The Simple Authentication and Security Layer (SASL) Mechanism used."
"camel.kamelet.kafka-ssl-source.securityProtocol"
"SSL"
"Protocol used to communicate with brokers. SASL_PLAINTEXT, PLAINTEXT, SASL_SSL and SSL are supported"
"camel.kamelet.kafka-ssl-source.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-source.sslKeyPassword"
"The password of the private key in the key store file."
"camel.kamelet.kafka-ssl-source.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-source.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-source.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-source.sslTruststoreLocation"
"The location of the trust store file."
"camel.kamelet.kafka-ssl-source.topic"
"Comma separated list of Kafka topic names"