"camel.kamelet.kafka-scram-source.allowManualCommit"
"Whether to allow doing manual commits"
"camel.kamelet.kafka-scram-source.autoCommitEnable"
"If true, periodically commit to ZooKeeper the offset of messages already fetched by the consumer"
"camel.kamelet.kafka-scram-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-scram-source.bootstrapServers"
"Comma separated list of Kafka Broker URLs"
"camel.kamelet.kafka-scram-source.consumerGroup"
"A string that uniquely identifies the group of consumers to which this source belongs Example: my-group-id"
"camel.kamelet.kafka-scram-source.deserializeHeaders"
"When enabled the Kamelet source will deserialize all message headers to String representation."
"camel.kamelet.kafka-scram-source.password"
"Password to authenticate to kafka"
"camel.kamelet.kafka-scram-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-scram-source.saslMechanism"
"SCRAM-SHA-512"
"The Simple Authentication and Security Layer (SASL) Mechanism used."
"camel.kamelet.kafka-scram-source.securityProtocol"
"SASL_SSL"
"Protocol used to communicate with brokers. SASL_PLAINTEXT, PLAINTEXT, SASL_SSL and SSL are supported"
"camel.kamelet.kafka-scram-source.topic"
"Comma separated list of Kafka topic names"
"camel.kamelet.kafka-scram-source.user"
"Username to authenticate to Kafka"