stuartm21 commented on issue #1347:
URL:
https://github.com/apache/camel-kafka-connector/issues/1347#issuecomment-1067773278
Thanks @oscerd. But I worul like to go forward with 1.0.0 version. Because I
noticed somewhere there are some vulnerability on the old version. We can go to
kamlets. I prepared the connector yaml. I am pasting that here:
```
apiVersion: kafka.strimzi.io/v1beta2
kind: KafkaConnector
metadata:
name: s3-sink-connector
namespace: kafka
labels:
strimzi.io/cluster: "strimzi-kafka"
spec:
class:
org.apache.camel.kafkaconnector.awss3sink.CamelAwss3sinkSinkConnector
tasksMax: 2
config:
key.converter: org.apache.kafka.connect.storage.StringConverter
value.converter: org.apache.kafka.connect.storage.StringConverter
topics: kafka-topic
camel.kamelet.aws-s3-sink.bucketNameOrArn: test-kafka-connect
camel.sink.maxPollDuration: 10000
camel.kamlet.aws-s3.configuration.autocloseBody: false
camel.kamelet.aws-s3-sink.accessKey:
${file:/opt/kafka/external-configuration/aws-credentials/aws-credentials.properties:aws_access_key_id}
camel.kamelet.aws-s3-sink.secretKey:
${file:/opt/kafka/external-configuration/aws-credentials/aws-credentials.properties:aws_secret_access_key}
camel.kamelet.aws-s3-sink.region: ca-central-1
```
But I noticed that "camel-aws-s3-kafka-connector" not in the
https://camel.apache.org/camel-kafka-connector/1.0.x/reference/index.html . So
where we will get the camel-aws-s3-kafka-connector 1.x.x version?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]