This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch kafka-sink in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git
commit 040e3d5d35dd99b79773197a335d33a7394c44ef Author: Andrea Cosentino <[email protected]> AuthorDate: Tue May 4 14:38:33 2021 +0200 Added Kafka Sink Kamelet --- docs/modules/ROOT/nav.adoc | 2 +- docs/modules/ROOT/pages/kafka-not-secured-sink.adoc | 6 ------ 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/docs/modules/ROOT/nav.adoc b/docs/modules/ROOT/nav.adoc index bea3717..780c385 100644 --- a/docs/modules/ROOT/nav.adoc +++ b/docs/modules/ROOT/nav.adoc @@ -47,7 +47,7 @@ * xref:ROOT:jira-source.adoc[image:kamelets/jira-source.svg[] Jira Source] * xref:ROOT:kafka-not-secured-sink.adoc[image:kamelets/kafka-not-secured-sink.svg[] Kafka Not Secured Sink] * xref:ROOT:kafka-not-secured-source.adoc[image:kamelets/kafka-not-secured-source.svg[] Kafka Not Secured Source] -* xref:ROOT:kafka-not-secured-sink.adoc[image:kamelets/kafka-not-secured-sink.svg[] Kafka Not Secured Sink] +* xref:ROOT:kafka-sink.adoc[image:kamelets/kafka-sink.svg[] Kafka Sink] * xref:ROOT:kafka-source.adoc[image:kamelets/kafka-source.svg[] Kafka Source] * xref:ROOT:mail-imap-source.adoc[image:kamelets/mail-imap-source.svg[] Mail IMAP Source] * xref:ROOT:minio-sink.adoc[image:kamelets/minio-sink.svg[] Minio Sink] diff --git a/docs/modules/ROOT/pages/kafka-not-secured-sink.adoc b/docs/modules/ROOT/pages/kafka-not-secured-sink.adoc index ad8fb4c..0c07d35 100644 --- a/docs/modules/ROOT/pages/kafka-not-secured-sink.adoc +++ b/docs/modules/ROOT/pages/kafka-not-secured-sink.adoc @@ -20,11 +20,7 @@ The following table summarizes the configuration options available for the `kafk |=== | Property| Name| Description| Type| Default| Example | *brokers {empty}* *| Brokers| Comma separated list of Kafka Broker URLs| string| | -| *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| | -| 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"`| |=== NOTE: Fields marked with ({empty}*) are mandatory. @@ -57,9 +53,7 @@ spec: name: kafka-not-secured-sink properties: brokers: "The Brokers" - password: "The Password" topic: "The Topic Names" - username: "The Username" ----
