This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git
commit ec1b9ba8ff140aa067600931b4aa8e3a819d64b7 Author: Andrea Cosentino <[email protected]> AuthorDate: Tue Jan 14 15:11:13 2025 +0100 Kamelets Catalog - Make the description a one liner - AWS Kinesis Sink Signed-off-by: Andrea Cosentino <[email protected]> --- kamelets/aws-kinesis-sink.kamelet.yaml | 14 +------------- .../main/resources/kamelets/aws-kinesis-sink.kamelet.yaml | 14 +------------- 2 files changed, 2 insertions(+), 26 deletions(-) diff --git a/kamelets/aws-kinesis-sink.kamelet.yaml b/kamelets/aws-kinesis-sink.kamelet.yaml index aba6e759..e0ec6d96 100644 --- a/kamelets/aws-kinesis-sink.kamelet.yaml +++ b/kamelets/aws-kinesis-sink.kamelet.yaml @@ -31,19 +31,7 @@ metadata: spec: definition: title: "AWS Kinesis Sink" - description: |- - Send data to AWS Kinesis. - - The basic authentication method for the Kinesis service is to specify an access key and a secret key. These parameters are optional because the Kamelet provides a default credentials provider. - - If you use the default credentials provider, the Kinesis client loads the credentials through this provider and doesn't use the basic authentication method. - - In the header, you can optionally set the `file` / `ce-partition` property to set the Kinesis partition key. - - If you do not set the property in the header, the Kamelet uses the exchange ID for the partition key. - - You can also set the `sequence-number` / `ce-sequencenumber` property in the header to specify the Sequence number. - + description: Send data to AWS Kinesis. required: - stream - region diff --git a/library/camel-kamelets/src/main/resources/kamelets/aws-kinesis-sink.kamelet.yaml b/library/camel-kamelets/src/main/resources/kamelets/aws-kinesis-sink.kamelet.yaml index aba6e759..e0ec6d96 100644 --- a/library/camel-kamelets/src/main/resources/kamelets/aws-kinesis-sink.kamelet.yaml +++ b/library/camel-kamelets/src/main/resources/kamelets/aws-kinesis-sink.kamelet.yaml @@ -31,19 +31,7 @@ metadata: spec: definition: title: "AWS Kinesis Sink" - description: |- - Send data to AWS Kinesis. - - The basic authentication method for the Kinesis service is to specify an access key and a secret key. These parameters are optional because the Kamelet provides a default credentials provider. - - If you use the default credentials provider, the Kinesis client loads the credentials through this provider and doesn't use the basic authentication method. - - In the header, you can optionally set the `file` / `ce-partition` property to set the Kinesis partition key. - - If you do not set the property in the header, the Kamelet uses the exchange ID for the partition key. - - You can also set the `sequence-number` / `ce-sequencenumber` property in the header to specify the Sequence number. - + description: Send data to AWS Kinesis. required: - stream - region
