This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch 247-kafka-secured
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git

commit 3dd959ca8df2e09eed239653e514ffd3b73d5312
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Tue May 11 14:41:14 2021 +0200

    Kafka Source Kamelet: Added more options
---
 docs/modules/ROOT/pages/kafka-source.adoc | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/docs/modules/ROOT/pages/kafka-source.adoc 
b/docs/modules/ROOT/pages/kafka-source.adoc
index a095dd3..2544375 100644
--- a/docs/modules/ROOT/pages/kafka-source.adoc
+++ b/docs/modules/ROOT/pages/kafka-source.adoc
@@ -15,6 +15,10 @@ The following table summarizes the configuration options 
available for the `kafk
 | *password {empty}* *| Password| Password to authenticate to kafka| string| | 
 | *topic {empty}* *| Topic Names| Comma separated list of Kafka topic names| 
string| | 
 | *username {empty}* *| Username| Username to authenticate to Kafka| string| | 
+| allowManualCommit| Allow Manual Commit| Whether to allow doing manual 
commits| boolean| `false`| 
+| autoCommitEnable| Auto Commit Enable| If true, periodically commit to 
ZooKeeper the offset of messages already fetched by the consumer| boolean| 
`true`| 
+| autoOffsetReset| Auto Offset Reset| What to do when there is no initial 
offset. There are 3 enums and the value can be one of latest, earliest, none| 
string| `"latest"`| 
+| pollOnError| Poll On Error Behavior| 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| string| `"ERROR_HANDLER"`| 
 | saslMechanism| SASL Mechanism| The Simple Authentication and Security Layer 
(SASL) Mechanism used.| string| `"PLAIN"`| 
 | securityProtocol| Security Protocol| Protocol used to communicate with 
brokers. SASL_PLAINTEXT, PLAINTEXT, SASL_SSL and SSL are supported| string| 
`"SASL_SSL"`| 
 |===

Reply via email to