This is an automated email from the ASF dual-hosted git repository.
acosentino pushed a commit to branch camel-master
in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector.git
The following commit(s) were added to refs/heads/camel-master by this push:
new 7c8d46e Regen catalog and docs with the removed connectors
7c8d46e is described below
commit 7c8d46e05cf56e4c443de36718bc7b0391aa721b
Author: Otavio Rodolfo Piske <[email protected]>
AuthorDate: Thu Feb 25 13:13:02 2021 +0100
Regen catalog and docs with the removed connectors
---
.../resources/connectors/camel-aws-swf-sink.json | 2 +-
.../resources/connectors/camel-aws-swf-source.json | 2 +-
.../connectors/camel-google-storage-sink.json | 154 ++++++++++
.../connectors/camel-google-storage-source.json | 320 +++++++++++++++++++++
.../resources/descriptors/connectors.properties | 26 --
docs/modules/ROOT/nav.adoc | 47 ---
docs/modules/ROOT/pages/connectors.adoc | 23 +-
7 files changed, 477 insertions(+), 97 deletions(-)
diff --git
a/camel-kafka-connector-catalog/src/generated/resources/connectors/camel-aws-swf-sink.json
b/camel-kafka-connector-catalog/src/generated/resources/connectors/camel-aws-swf-sink.json
index 21963bf..9c8c24d 100644
---
a/camel-kafka-connector-catalog/src/generated/resources/connectors/camel-aws-swf-sink.json
+++
b/camel-kafka-connector-catalog/src/generated/resources/connectors/camel-aws-swf-sink.json
@@ -5,7 +5,7 @@
"groupId": "org.apache.camel.kafkaconnector",
"id": "camel-aws-swf-sink",
"type": "sink",
- "version": "0.8.0-SNAPSHOT",
+ "version": "0.9.0-SNAPSHOT",
"description": "Manage workflows in the AWS Simple Workflow
service."
},
"properties": {
diff --git
a/camel-kafka-connector-catalog/src/generated/resources/connectors/camel-aws-swf-source.json
b/camel-kafka-connector-catalog/src/generated/resources/connectors/camel-aws-swf-source.json
index c2d85a6..dfb5d5d 100644
---
a/camel-kafka-connector-catalog/src/generated/resources/connectors/camel-aws-swf-source.json
+++
b/camel-kafka-connector-catalog/src/generated/resources/connectors/camel-aws-swf-source.json
@@ -5,7 +5,7 @@
"groupId": "org.apache.camel.kafkaconnector",
"id": "camel-aws-swf-source",
"type": "source",
- "version": "0.8.0-SNAPSHOT",
+ "version": "0.9.0-SNAPSHOT",
"description": "Manage workflows in the AWS Simple Workflow
service."
},
"properties": {
diff --git
a/camel-kafka-connector-catalog/src/generated/resources/connectors/camel-google-storage-sink.json
b/camel-kafka-connector-catalog/src/generated/resources/connectors/camel-google-storage-sink.json
new file mode 100644
index 0000000..fdecc64
--- /dev/null
+++
b/camel-kafka-connector-catalog/src/generated/resources/connectors/camel-google-storage-sink.json
@@ -0,0 +1,154 @@
+{
+ "connector": {
+ "class":
"org.apache.camel.kafkaconnector.googlestorage.CamelGooglestorageSinkConnector",
+ "artifactId": "camel-google-storage-kafka-connector",
+ "groupId": "org.apache.camel.kafkaconnector",
+ "id": "camel-google-storage-sink",
+ "type": "sink",
+ "version": "0.9.0-SNAPSHOT",
+ "description": "Store and retrieve objects from Google Cloud
Storage Service using the google-cloud-storage library."
+ },
+ "properties": {
+ "camel.sink.path.bucketName": {
+ "name": "camel.sink.path.bucketName",
+ "description": "Bucket name or ARN",
+ "priority": "HIGH",
+ "required": "true"
+ },
+ "camel.sink.endpoint.autoCreateBucket": {
+ "name": "camel.sink.endpoint.autoCreateBucket",
+ "description": "Setting the autocreation of the bucket
bucketName.",
+ "defaultValue": "true",
+ "priority": "MEDIUM",
+ "required": "false"
+ },
+ "camel.sink.endpoint.serviceAccountKey": {
+ "name": "camel.sink.endpoint.serviceAccountKey",
+ "description": "Service account key to authenticate an
application as a service account",
+ "priority": "MEDIUM",
+ "required": "false"
+ },
+ "camel.sink.endpoint.storageClass": {
+ "name": "camel.sink.endpoint.storageClass",
+ "description": "The Cloud Storage class to use when
creating the new buckets",
+ "defaultValue": "\"STANDARD\"",
+ "priority": "MEDIUM",
+ "required": "false"
+ },
+ "camel.sink.endpoint.storageClient": {
+ "name": "camel.sink.endpoint.storageClient",
+ "description": "The storage client",
+ "priority": "MEDIUM",
+ "required": "false"
+ },
+ "camel.sink.endpoint.storageLocation": {
+ "name": "camel.sink.endpoint.storageLocation",
+ "description": "The Cloud Storage location to use when
creating the new buckets",
+ "defaultValue": "\"US-EAST1\"",
+ "priority": "MEDIUM",
+ "required": "false"
+ },
+ "camel.sink.endpoint.lazyStartProducer": {
+ "name": "camel.sink.endpoint.lazyStartProducer",
+ "description": "Whether the producer should be started
lazy (on the first message). By starting lazy you can use this to allow
CamelContext and routes to startup in situations where a producer may otherwise
fail during starting and cause the route to fail being started. By deferring
this startup to be lazy then the startup failure can be handled during routing
messages via Camel's routing error handlers. Beware that when the first message
is processed then creating and starting the pr [...]
+ "defaultValue": "false",
+ "priority": "MEDIUM",
+ "required": "false"
+ },
+ "camel.sink.endpoint.objectName": {
+ "name": "camel.sink.endpoint.objectName",
+ "description": "The Object name inside the bucket",
+ "priority": "MEDIUM",
+ "required": "false"
+ },
+ "camel.sink.endpoint.operation": {
+ "name": "camel.sink.endpoint.operation",
+ "description": "Set the operation for the producer One
of: [copyObject] [listObjects] [deleteObject] [deleteBucket] [listBuckets]
[getObject] [createDownloadLink]",
+ "priority": "MEDIUM",
+ "required": "false",
+ "enum": [
+ "copyObject",
+ "listObjects",
+ "deleteObject",
+ "deleteBucket",
+ "listBuckets",
+ "getObject",
+ "createDownloadLink"
+ ]
+ },
+ "camel.component.google-storage.autoCreateBucket": {
+ "name":
"camel.component.google-storage.autoCreateBucket",
+ "description": "Setting the autocreation of the bucket
bucketName.",
+ "defaultValue": "true",
+ "priority": "MEDIUM",
+ "required": "false"
+ },
+ "camel.component.google-storage.configuration": {
+ "name": "camel.component.google-storage.configuration",
+ "description": "The component configuration",
+ "priority": "MEDIUM",
+ "required": "false"
+ },
+ "camel.component.google-storage.serviceAccountKey": {
+ "name":
"camel.component.google-storage.serviceAccountKey",
+ "description": "Service account key to authenticate an
application as a service account",
+ "priority": "MEDIUM",
+ "required": "false"
+ },
+ "camel.component.google-storage.storageClass": {
+ "name": "camel.component.google-storage.storageClass",
+ "description": "The Cloud Storage class to use when
creating the new buckets",
+ "defaultValue": "\"STANDARD\"",
+ "priority": "MEDIUM",
+ "required": "false"
+ },
+ "camel.component.google-storage.storageClient": {
+ "name": "camel.component.google-storage.storageClient",
+ "description": "The storage client",
+ "priority": "MEDIUM",
+ "required": "false"
+ },
+ "camel.component.google-storage.storageLocation": {
+ "name":
"camel.component.google-storage.storageLocation",
+ "description": "The Cloud Storage location to use when
creating the new buckets",
+ "defaultValue": "\"US-EAST1\"",
+ "priority": "MEDIUM",
+ "required": "false"
+ },
+ "camel.component.google-storage.lazyStartProducer": {
+ "name":
"camel.component.google-storage.lazyStartProducer",
+ "description": "Whether the producer should be started
lazy (on the first message). By starting lazy you can use this to allow
CamelContext and routes to startup in situations where a producer may otherwise
fail during starting and cause the route to fail being started. By deferring
this startup to be lazy then the startup failure can be handled during routing
messages via Camel's routing error handlers. Beware that when the first message
is processed then creating and starting the pr [...]
+ "defaultValue": "false",
+ "priority": "MEDIUM",
+ "required": "false"
+ },
+ "camel.component.google-storage.objectName": {
+ "name": "camel.component.google-storage.objectName",
+ "description": "The Object name inside the bucket",
+ "priority": "MEDIUM",
+ "required": "false"
+ },
+ "camel.component.google-storage.operation": {
+ "name": "camel.component.google-storage.operation",
+ "description": "Set the operation for the producer One
of: [copyObject] [listObjects] [deleteObject] [deleteBucket] [listBuckets]
[getObject] [createDownloadLink]",
+ "priority": "MEDIUM",
+ "required": "false",
+ "enum": [
+ "copyObject",
+ "listObjects",
+ "deleteObject",
+ "deleteBucket",
+ "listBuckets",
+ "getObject",
+ "createDownloadLink"
+ ]
+ },
+ "camel.component.google-storage.autowiredEnabled": {
+ "name":
"camel.component.google-storage.autowiredEnabled",
+ "description": "Whether autowiring is enabled. This is
used for automatic autowiring options (the option must be marked as autowired)
by looking up in the registry to find if there is a single instance of matching
type, which then gets configured on the component. This can be used for
automatic configuring JDBC data sources, JMS connection factories, AWS Clients,
etc.",
+ "defaultValue": "true",
+ "priority": "MEDIUM",
+ "required": "false"
+ }
+ }
+}
diff --git
a/camel-kafka-connector-catalog/src/generated/resources/connectors/camel-google-storage-source.json
b/camel-kafka-connector-catalog/src/generated/resources/connectors/camel-google-storage-source.json
new file mode 100644
index 0000000..4fa2f06
--- /dev/null
+++
b/camel-kafka-connector-catalog/src/generated/resources/connectors/camel-google-storage-source.json
@@ -0,0 +1,320 @@
+{
+ "connector": {
+ "class":
"org.apache.camel.kafkaconnector.googlestorage.CamelGooglestorageSourceConnector",
+ "artifactId": "camel-google-storage-kafka-connector",
+ "groupId": "org.apache.camel.kafkaconnector",
+ "id": "camel-google-storage-source",
+ "type": "source",
+ "version": "0.9.0-SNAPSHOT",
+ "description": "Store and retrieve objects from Google Cloud
Storage Service using the google-cloud-storage library."
+ },
+ "properties": {
+ "camel.source.path.bucketName": {
+ "name": "camel.source.path.bucketName",
+ "description": "Bucket name or ARN",
+ "priority": "HIGH",
+ "required": "true"
+ },
+ "camel.source.endpoint.autoCreateBucket": {
+ "name": "camel.source.endpoint.autoCreateBucket",
+ "description": "Setting the autocreation of the bucket
bucketName.",
+ "defaultValue": "true",
+ "priority": "MEDIUM",
+ "required": "false"
+ },
+ "camel.source.endpoint.serviceAccountKey": {
+ "name": "camel.source.endpoint.serviceAccountKey",
+ "description": "Service account key to authenticate an
application as a service account",
+ "priority": "MEDIUM",
+ "required": "false"
+ },
+ "camel.source.endpoint.storageClass": {
+ "name": "camel.source.endpoint.storageClass",
+ "description": "The Cloud Storage class to use when
creating the new buckets",
+ "defaultValue": "\"STANDARD\"",
+ "priority": "MEDIUM",
+ "required": "false"
+ },
+ "camel.source.endpoint.storageClient": {
+ "name": "camel.source.endpoint.storageClient",
+ "description": "The storage client",
+ "priority": "MEDIUM",
+ "required": "false"
+ },
+ "camel.source.endpoint.storageLocation": {
+ "name": "camel.source.endpoint.storageLocation",
+ "description": "The Cloud Storage location to use when
creating the new buckets",
+ "defaultValue": "\"US-EAST1\"",
+ "priority": "MEDIUM",
+ "required": "false"
+ },
+ "camel.source.endpoint.bridgeErrorHandler": {
+ "name": "camel.source.endpoint.bridgeErrorHandler",
+ "description": "Allows for bridging the consumer to the
Camel routing Error Handler, which mean any exceptions occurred while the
consumer is trying to pickup incoming messages, or the likes, will now be
processed as a message and handled by the routing Error Handler. By default the
consumer will use the org.apache.camel.spi.ExceptionHandler to deal with
exceptions, that will be logged at WARN or ERROR level and ignored.",
+ "defaultValue": "false",
+ "priority": "MEDIUM",
+ "required": "false"
+ },
+ "camel.source.endpoint.deleteAfterRead": {
+ "name": "camel.source.endpoint.deleteAfterRead",
+ "description": "Delete objects from the bucket after
they have been retrieved. The delete is only performed if the Exchange is
committed. If a rollback occurs, the object is not deleted. If this option is
false, then the same objects will be retrieve over and over again on the
polls.",
+ "defaultValue": "true",
+ "priority": "MEDIUM",
+ "required": "false"
+ },
+ "camel.source.endpoint.destinationBucket": {
+ "name": "camel.source.endpoint.destinationBucket",
+ "description": "Define the destination bucket where an
object must be moved when moveAfterRead is set to true.",
+ "priority": "MEDIUM",
+ "required": "false"
+ },
+ "camel.source.endpoint.includeBody": {
+ "name": "camel.source.endpoint.includeBody",
+ "description": "If it is true, the Object exchange will
be consumed and put into the body. If false the Object stream will be put raw
into the body and the headers will be set with the object metadata.",
+ "defaultValue": "true",
+ "priority": "MEDIUM",
+ "required": "false"
+ },
+ "camel.source.endpoint.includeFolders": {
+ "name": "camel.source.endpoint.includeFolders",
+ "description": "If it is true, the folders\/directories
will be consumed. If it is false, they will be ignored, and Exchanges will not
be created for those",
+ "defaultValue": "true",
+ "priority": "MEDIUM",
+ "required": "false"
+ },
+ "camel.source.endpoint.moveAfterRead": {
+ "name": "camel.source.endpoint.moveAfterRead",
+ "description": "Move objects from the origin bucket to
a different bucket after they have been retrieved. To accomplish the operation
the destinationBucket option must be set. The copy bucket operation is only
performed if the Exchange is committed. If a rollback occurs, the object is not
moved.",
+ "defaultValue": "false",
+ "priority": "MEDIUM",
+ "required": "false"
+ },
+ "camel.source.endpoint.sendEmptyMessageWhenIdle": {
+ "name":
"camel.source.endpoint.sendEmptyMessageWhenIdle",
+ "description": "If the polling consumer did not poll
any files, you can enable this option to send an empty message (no body)
instead.",
+ "defaultValue": "false",
+ "priority": "MEDIUM",
+ "required": "false"
+ },
+ "camel.source.endpoint.exceptionHandler": {
+ "name": "camel.source.endpoint.exceptionHandler",
+ "description": "To let the consumer use a custom
ExceptionHandler. Notice if the option bridgeErrorHandler is enabled then this
option is not in use. By default the consumer will deal with exceptions, that
will be logged at WARN or ERROR level and ignored.",
+ "priority": "MEDIUM",
+ "required": "false"
+ },
+ "camel.source.endpoint.exchangePattern": {
+ "name": "camel.source.endpoint.exchangePattern",
+ "description": "Sets the exchange pattern when the
consumer creates an exchange. One of: [InOnly] [InOut] [InOptionalOut]",
+ "priority": "MEDIUM",
+ "required": "false",
+ "enum": [
+ "InOnly",
+ "InOut",
+ "InOptionalOut"
+ ]
+ },
+ "camel.source.endpoint.pollStrategy": {
+ "name": "camel.source.endpoint.pollStrategy",
+ "description": "A pluggable
org.apache.camel.PollingConsumerPollingStrategy allowing you to provide your
custom implementation to control error handling usually occurred during the
poll operation before an Exchange have been created and being routed in Camel.",
+ "priority": "MEDIUM",
+ "required": "false"
+ },
+ "camel.source.endpoint.backoffErrorThreshold": {
+ "name": "camel.source.endpoint.backoffErrorThreshold",
+ "description": "The number of subsequent error polls
(failed due some error) that should happen before the backoffMultipler should
kick-in.",
+ "priority": "MEDIUM",
+ "required": "false"
+ },
+ "camel.source.endpoint.backoffIdleThreshold": {
+ "name": "camel.source.endpoint.backoffIdleThreshold",
+ "description": "The number of subsequent idle polls
that should happen before the backoffMultipler should kick-in.",
+ "priority": "MEDIUM",
+ "required": "false"
+ },
+ "camel.source.endpoint.backoffMultiplier": {
+ "name": "camel.source.endpoint.backoffMultiplier",
+ "description": "To let the scheduled polling consumer
backoff if there has been a number of subsequent idles\/errors in a row. The
multiplier is then the number of polls that will be skipped before the next
actual attempt is happening again. When this option is in use then
backoffIdleThreshold and\/or backoffErrorThreshold must also be configured.",
+ "priority": "MEDIUM",
+ "required": "false"
+ },
+ "camel.source.endpoint.delay": {
+ "name": "camel.source.endpoint.delay",
+ "description": "Milliseconds before the next poll.",
+ "defaultValue": "500L",
+ "priority": "MEDIUM",
+ "required": "false"
+ },
+ "camel.source.endpoint.greedy": {
+ "name": "camel.source.endpoint.greedy",
+ "description": "If greedy is enabled, then the
ScheduledPollConsumer will run immediately again, if the previous run polled 1
or more messages.",
+ "defaultValue": "false",
+ "priority": "MEDIUM",
+ "required": "false"
+ },
+ "camel.source.endpoint.initialDelay": {
+ "name": "camel.source.endpoint.initialDelay",
+ "description": "Milliseconds before the first poll
starts.",
+ "defaultValue": "1000L",
+ "priority": "MEDIUM",
+ "required": "false"
+ },
+ "camel.source.endpoint.repeatCount": {
+ "name": "camel.source.endpoint.repeatCount",
+ "description": "Specifies a maximum limit of number of
fires. So if you set it to 1, the scheduler will only fire once. If you set it
to 5, it will only fire five times. A value of zero or negative means fire
forever.",
+ "defaultValue": "0L",
+ "priority": "MEDIUM",
+ "required": "false"
+ },
+ "camel.source.endpoint.runLoggingLevel": {
+ "name": "camel.source.endpoint.runLoggingLevel",
+ "description": "The consumer logs a start\/complete log
line when it polls. This option allows you to configure the logging level for
that. One of: [TRACE] [DEBUG] [INFO] [WARN] [ERROR] [OFF]",
+ "defaultValue": "\"TRACE\"",
+ "priority": "MEDIUM",
+ "required": "false",
+ "enum": [
+ "TRACE",
+ "DEBUG",
+ "INFO",
+ "WARN",
+ "ERROR",
+ "OFF"
+ ]
+ },
+ "camel.source.endpoint.scheduledExecutorService": {
+ "name":
"camel.source.endpoint.scheduledExecutorService",
+ "description": "Allows for configuring a custom\/shared
thread pool to use for the consumer. By default each consumer has its own
single threaded thread pool.",
+ "priority": "MEDIUM",
+ "required": "false"
+ },
+ "camel.source.endpoint.scheduler": {
+ "name": "camel.source.endpoint.scheduler",
+ "description": "To use a cron scheduler from either
camel-spring or camel-quartz component. Use value spring or quartz for built in
scheduler",
+ "defaultValue": "\"none\"",
+ "priority": "MEDIUM",
+ "required": "false"
+ },
+ "camel.source.endpoint.schedulerProperties": {
+ "name": "camel.source.endpoint.schedulerProperties",
+ "description": "To configure additional properties when
using a custom scheduler or any of the Quartz, Spring based scheduler.",
+ "priority": "MEDIUM",
+ "required": "false"
+ },
+ "camel.source.endpoint.startScheduler": {
+ "name": "camel.source.endpoint.startScheduler",
+ "description": "Whether the scheduler should be auto
started.",
+ "defaultValue": "true",
+ "priority": "MEDIUM",
+ "required": "false"
+ },
+ "camel.source.endpoint.timeUnit": {
+ "name": "camel.source.endpoint.timeUnit",
+ "description": "Time unit for initialDelay and delay
options. One of: [NANOSECONDS] [MICROSECONDS] [MILLISECONDS] [SECONDS]
[MINUTES] [HOURS] [DAYS]",
+ "defaultValue": "\"MILLISECONDS\"",
+ "priority": "MEDIUM",
+ "required": "false",
+ "enum": [
+ "NANOSECONDS",
+ "MICROSECONDS",
+ "MILLISECONDS",
+ "SECONDS",
+ "MINUTES",
+ "HOURS",
+ "DAYS"
+ ]
+ },
+ "camel.source.endpoint.useFixedDelay": {
+ "name": "camel.source.endpoint.useFixedDelay",
+ "description": "Controls if fixed delay or fixed rate
is used. See ScheduledExecutorService in JDK for details.",
+ "defaultValue": "true",
+ "priority": "MEDIUM",
+ "required": "false"
+ },
+ "camel.component.google-storage.autoCreateBucket": {
+ "name":
"camel.component.google-storage.autoCreateBucket",
+ "description": "Setting the autocreation of the bucket
bucketName.",
+ "defaultValue": "true",
+ "priority": "MEDIUM",
+ "required": "false"
+ },
+ "camel.component.google-storage.configuration": {
+ "name": "camel.component.google-storage.configuration",
+ "description": "The component configuration",
+ "priority": "MEDIUM",
+ "required": "false"
+ },
+ "camel.component.google-storage.serviceAccountKey": {
+ "name":
"camel.component.google-storage.serviceAccountKey",
+ "description": "Service account key to authenticate an
application as a service account",
+ "priority": "MEDIUM",
+ "required": "false"
+ },
+ "camel.component.google-storage.storageClass": {
+ "name": "camel.component.google-storage.storageClass",
+ "description": "The Cloud Storage class to use when
creating the new buckets",
+ "defaultValue": "\"STANDARD\"",
+ "priority": "MEDIUM",
+ "required": "false"
+ },
+ "camel.component.google-storage.storageClient": {
+ "name": "camel.component.google-storage.storageClient",
+ "description": "The storage client",
+ "priority": "MEDIUM",
+ "required": "false"
+ },
+ "camel.component.google-storage.storageLocation": {
+ "name":
"camel.component.google-storage.storageLocation",
+ "description": "The Cloud Storage location to use when
creating the new buckets",
+ "defaultValue": "\"US-EAST1\"",
+ "priority": "MEDIUM",
+ "required": "false"
+ },
+ "camel.component.google-storage.bridgeErrorHandler": {
+ "name":
"camel.component.google-storage.bridgeErrorHandler",
+ "description": "Allows for bridging the consumer to the
Camel routing Error Handler, which mean any exceptions occurred while the
consumer is trying to pickup incoming messages, or the likes, will now be
processed as a message and handled by the routing Error Handler. By default the
consumer will use the org.apache.camel.spi.ExceptionHandler to deal with
exceptions, that will be logged at WARN or ERROR level and ignored.",
+ "defaultValue": "false",
+ "priority": "MEDIUM",
+ "required": "false"
+ },
+ "camel.component.google-storage.deleteAfterRead": {
+ "name":
"camel.component.google-storage.deleteAfterRead",
+ "description": "Delete objects from the bucket after
they have been retrieved. The delete is only performed if the Exchange is
committed. If a rollback occurs, the object is not deleted. If this option is
false, then the same objects will be retrieve over and over again on the
polls.",
+ "defaultValue": "true",
+ "priority": "MEDIUM",
+ "required": "false"
+ },
+ "camel.component.google-storage.destinationBucket": {
+ "name":
"camel.component.google-storage.destinationBucket",
+ "description": "Define the destination bucket where an
object must be moved when moveAfterRead is set to true.",
+ "priority": "MEDIUM",
+ "required": "false"
+ },
+ "camel.component.google-storage.includeBody": {
+ "name": "camel.component.google-storage.includeBody",
+ "description": "If it is true, the Object exchange will
be consumed and put into the body. If false the Object stream will be put raw
into the body and the headers will be set with the object metadata.",
+ "defaultValue": "true",
+ "priority": "MEDIUM",
+ "required": "false"
+ },
+ "camel.component.google-storage.includeFolders": {
+ "name": "camel.component.google-storage.includeFolders",
+ "description": "If it is true, the folders\/directories
will be consumed. If it is false, they will be ignored, and Exchanges will not
be created for those",
+ "defaultValue": "true",
+ "priority": "MEDIUM",
+ "required": "false"
+ },
+ "camel.component.google-storage.moveAfterRead": {
+ "name": "camel.component.google-storage.moveAfterRead",
+ "description": "Move objects from the origin bucket to
a different bucket after they have been retrieved. To accomplish the operation
the destinationBucket option must be set. The copy bucket operation is only
performed if the Exchange is committed. If a rollback occurs, the object is not
moved.",
+ "defaultValue": "false",
+ "priority": "MEDIUM",
+ "required": "false"
+ },
+ "camel.component.google-storage.autowiredEnabled": {
+ "name":
"camel.component.google-storage.autowiredEnabled",
+ "description": "Whether autowiring is enabled. This is
used for automatic autowiring options (the option must be marked as autowired)
by looking up in the registry to find if there is a single instance of matching
type, which then gets configured on the component. This can be used for
automatic configuring JDBC data sources, JMS connection factories, AWS Clients,
etc.",
+ "defaultValue": "true",
+ "priority": "MEDIUM",
+ "required": "false"
+ }
+ }
+}
diff --git
a/camel-kafka-connector-catalog/src/generated/resources/descriptors/connectors.properties
b/camel-kafka-connector-catalog/src/generated/resources/descriptors/connectors.properties
index 25e5ef4..3e21850 100644
---
a/camel-kafka-connector-catalog/src/generated/resources/descriptors/connectors.properties
+++
b/camel-kafka-connector-catalog/src/generated/resources/descriptors/connectors.properties
@@ -33,30 +33,8 @@ camel-atomix-value-source
camel-atomix-value-sink
camel-avro-source
camel-avro-sink
-camel-aws-cw-sink
-camel-aws-ddb-sink
-camel-aws-ddbstream-source
-camel-aws-ec2-sink
-camel-aws-ecs-sink
-camel-aws-eks-sink
-camel-aws-iam-sink
-camel-aws-kinesis-firehose-sink
-camel-aws-kinesis-source
-camel-aws-kinesis-sink
-camel-aws-kms-sink
-camel-aws-lambda-sink
-camel-aws-mq-sink
-camel-aws-msk-sink
-camel-aws-s3-source
-camel-aws-s3-sink
-camel-aws-sdb-sink
-camel-aws-ses-sink
-camel-aws-sns-sink
-camel-aws-sqs-source
-camel-aws-sqs-sink
camel-aws-swf-source
camel-aws-swf-sink
-camel-aws-translate-sink
camel-aws2-athena-sink
camel-aws2-cw-sink
camel-aws2-ddb-sink
@@ -81,12 +59,8 @@ camel-aws2-sqs-source
camel-aws2-sqs-sink
camel-aws2-sts-sink
camel-aws2-translate-sink
-camel-azure-blob-source
-camel-azure-blob-sink
camel-azure-eventhubs-source
camel-azure-eventhubs-sink
-camel-azure-queue-source
-camel-azure-queue-sink
camel-azure-storage-blob-source
camel-azure-storage-blob-sink
camel-azure-storage-datalake-source
diff --git a/docs/modules/ROOT/nav.adoc b/docs/modules/ROOT/nav.adoc
index dbaeb55..8acc722 100644
--- a/docs/modules/ROOT/nav.adoc
+++ b/docs/modules/ROOT/nav.adoc
@@ -70,50 +70,9 @@
** camel-avro-kafka-connector
*** xref:connectors/camel-avro-kafka-source-connector.adoc[Source Docs]
*** xref:connectors/camel-avro-kafka-sink-connector.adoc[Sink Docs]
-** camel-aws-cw-kafka-connector
-*** xref:connectors/camel-aws-cw-kafka-sink-connector.adoc[Sink Docs]
-** camel-aws-ddb-kafka-connector
-*** xref:connectors/camel-aws-ddb-kafka-sink-connector.adoc[Sink Docs]
-** camel-aws-ddbstream-kafka-connector
-*** xref:connectors/camel-aws-ddbstream-kafka-source-connector.adoc[Source
Docs]
-** camel-aws-ec2-kafka-connector
-*** xref:connectors/camel-aws-ec2-kafka-sink-connector.adoc[Sink Docs]
-** camel-aws-ecs-kafka-connector
-*** xref:connectors/camel-aws-ecs-kafka-sink-connector.adoc[Sink Docs]
-** camel-aws-eks-kafka-connector
-*** xref:connectors/camel-aws-eks-kafka-sink-connector.adoc[Sink Docs]
-** camel-aws-iam-kafka-connector
-*** xref:connectors/camel-aws-iam-kafka-sink-connector.adoc[Sink Docs]
-** camel-aws-kinesis-firehose-kafka-connector
-*** xref:connectors/camel-aws-kinesis-firehose-kafka-sink-connector.adoc[Sink
Docs]
-** camel-aws-kinesis-kafka-connector
-*** xref:connectors/camel-aws-kinesis-kafka-source-connector.adoc[Source Docs]
-*** xref:connectors/camel-aws-kinesis-kafka-sink-connector.adoc[Sink Docs]
-** camel-aws-kms-kafka-connector
-*** xref:connectors/camel-aws-kms-kafka-sink-connector.adoc[Sink Docs]
-** camel-aws-lambda-kafka-connector
-*** xref:connectors/camel-aws-lambda-kafka-sink-connector.adoc[Sink Docs]
-** camel-aws-mq-kafka-connector
-*** xref:connectors/camel-aws-mq-kafka-sink-connector.adoc[Sink Docs]
-** camel-aws-msk-kafka-connector
-*** xref:connectors/camel-aws-msk-kafka-sink-connector.adoc[Sink Docs]
-** camel-aws-s3-kafka-connector
-*** xref:connectors/camel-aws-s3-kafka-source-connector.adoc[Source Docs]
-*** xref:connectors/camel-aws-s3-kafka-sink-connector.adoc[Sink Docs]
-** camel-aws-sdb-kafka-connector
-*** xref:connectors/camel-aws-sdb-kafka-sink-connector.adoc[Sink Docs]
-** camel-aws-ses-kafka-connector
-*** xref:connectors/camel-aws-ses-kafka-sink-connector.adoc[Sink Docs]
-** camel-aws-sns-kafka-connector
-*** xref:connectors/camel-aws-sns-kafka-sink-connector.adoc[Sink Docs]
-** camel-aws-sqs-kafka-connector
-*** xref:connectors/camel-aws-sqs-kafka-source-connector.adoc[Source Docs]
-*** xref:connectors/camel-aws-sqs-kafka-sink-connector.adoc[Sink Docs]
** camel-aws-swf-kafka-connector
*** xref:connectors/camel-aws-swf-kafka-source-connector.adoc[Source Docs]
*** xref:connectors/camel-aws-swf-kafka-sink-connector.adoc[Sink Docs]
-** camel-aws-translate-kafka-connector
-*** xref:connectors/camel-aws-translate-kafka-sink-connector.adoc[Sink Docs]
** camel-aws2-athena-kafka-connector
*** xref:connectors/camel-aws2-athena-kafka-sink-connector.adoc[Sink Docs]
** camel-aws2-cw-kafka-connector
@@ -159,15 +118,9 @@
*** xref:connectors/camel-aws2-sts-kafka-sink-connector.adoc[Sink Docs]
** camel-aws2-translate-kafka-connector
*** xref:connectors/camel-aws2-translate-kafka-sink-connector.adoc[Sink Docs]
-** camel-azure-blob-kafka-connector
-*** xref:connectors/camel-azure-blob-kafka-source-connector.adoc[Source Docs]
-*** xref:connectors/camel-azure-blob-kafka-sink-connector.adoc[Sink Docs]
** camel-azure-eventhubs-kafka-connector
*** xref:connectors/camel-azure-eventhubs-kafka-source-connector.adoc[Source
Docs]
*** xref:connectors/camel-azure-eventhubs-kafka-sink-connector.adoc[Sink Docs]
-** camel-azure-queue-kafka-connector
-*** xref:connectors/camel-azure-queue-kafka-source-connector.adoc[Source Docs]
-*** xref:connectors/camel-azure-queue-kafka-sink-connector.adoc[Sink Docs]
** camel-azure-storage-blob-kafka-connector
***
xref:connectors/camel-azure-storage-blob-kafka-source-connector.adoc[Source
Docs]
*** xref:connectors/camel-azure-storage-blob-kafka-sink-connector.adoc[Sink
Docs]
diff --git a/docs/modules/ROOT/pages/connectors.adoc
b/docs/modules/ROOT/pages/connectors.adoc
index 2e11eaf..05278a9 100644
--- a/docs/modules/ROOT/pages/connectors.adoc
+++ b/docs/modules/ROOT/pages/connectors.adoc
@@ -2,7 +2,7 @@
= Supported connectors and documentation
// kafka-connectors list: START
-Number of Camel Kafka connectors: 357
+Number of Camel Kafka connectors: 336
[width="100%",cols="4,1,1,1,1,1",options="header"]
|===
@@ -27,26 +27,7 @@ Number of Camel Kafka connectors: 357
| *camel-atomix-set-kafka-connector* | true | true |
xref:connectors/camel-atomix-set-kafka-sink-connector.adoc[Sink Docs] |
xref:connectors/camel-atomix-set-kafka-source-connector.adoc[Source Docs] |
https://repo.maven.apache.org/maven2/org/apache/camel/kafkaconnector/camel-atomix-set-kafka-connector/0.7.2/camel-atomix-set-kafka-connector-0.7.2-package.tar.gz[Download]
| *camel-atomix-value-kafka-connector* | true | true |
xref:connectors/camel-atomix-value-kafka-sink-connector.adoc[Sink Docs] |
xref:connectors/camel-atomix-value-kafka-source-connector.adoc[Source Docs] |
https://repo.maven.apache.org/maven2/org/apache/camel/kafkaconnector/camel-atomix-value-kafka-connector/0.7.2/camel-atomix-value-kafka-connector-0.7.2-package.tar.gz[Download]
| *camel-avro-kafka-connector* | true | true |
xref:connectors/camel-avro-kafka-sink-connector.adoc[Sink Docs] |
xref:connectors/camel-avro-kafka-source-connector.adoc[Source Docs] |
https://repo.maven.apache.org/maven2/org/apache/camel/kafkaconnector/camel-avro-kafka-connector/0.7.2/camel-avro-kafka-connector-0.7.2-package.tar.gz[Download]
-| *camel-aws-cw-kafka-connector* | true | false |
xref:connectors/camel-aws-cw-kafka-sink-connector.adoc[Sink Docs] | |
https://repo.maven.apache.org/maven2/org/apache/camel/kafkaconnector/camel-aws-cw-kafka-connector/0.7.2/camel-aws-cw-kafka-connector-0.7.2-package.tar.gz[Download]
-| *camel-aws-ddb-kafka-connector* | true | false |
xref:connectors/camel-aws-ddb-kafka-sink-connector.adoc[Sink Docs] | |
https://repo.maven.apache.org/maven2/org/apache/camel/kafkaconnector/camel-aws-ddb-kafka-connector/0.7.2/camel-aws-ddb-kafka-connector-0.7.2-package.tar.gz[Download]
-| *camel-aws-ddbstream-kafka-connector* | false | true | |
xref:connectors/camel-aws-ddbstream-kafka-source-connector.adoc[Source Docs] |
https://repo.maven.apache.org/maven2/org/apache/camel/kafkaconnector/camel-aws-ddbstream-kafka-connector/0.7.2/camel-aws-ddbstream-kafka-connector-0.7.2-package.tar.gz[Download]
-| *camel-aws-ec2-kafka-connector* | true | false |
xref:connectors/camel-aws-ec2-kafka-sink-connector.adoc[Sink Docs] | |
https://repo.maven.apache.org/maven2/org/apache/camel/kafkaconnector/camel-aws-ec2-kafka-connector/0.7.2/camel-aws-ec2-kafka-connector-0.7.2-package.tar.gz[Download]
-| *camel-aws-ecs-kafka-connector* | true | false |
xref:connectors/camel-aws-ecs-kafka-sink-connector.adoc[Sink Docs] | |
https://repo.maven.apache.org/maven2/org/apache/camel/kafkaconnector/camel-aws-ecs-kafka-connector/0.7.2/camel-aws-ecs-kafka-connector-0.7.2-package.tar.gz[Download]
-| *camel-aws-eks-kafka-connector* | true | false |
xref:connectors/camel-aws-eks-kafka-sink-connector.adoc[Sink Docs] | |
https://repo.maven.apache.org/maven2/org/apache/camel/kafkaconnector/camel-aws-eks-kafka-connector/0.7.2/camel-aws-eks-kafka-connector-0.7.2-package.tar.gz[Download]
-| *camel-aws-iam-kafka-connector* | true | false |
xref:connectors/camel-aws-iam-kafka-sink-connector.adoc[Sink Docs] | |
https://repo.maven.apache.org/maven2/org/apache/camel/kafkaconnector/camel-aws-iam-kafka-connector/0.7.2/camel-aws-iam-kafka-connector-0.7.2-package.tar.gz[Download]
-| *camel-aws-kinesis-firehose-kafka-connector* | true | false |
xref:connectors/camel-aws-kinesis-firehose-kafka-sink-connector.adoc[Sink Docs]
| |
https://repo.maven.apache.org/maven2/org/apache/camel/kafkaconnector/camel-aws-kinesis-firehose-kafka-connector/0.7.2/camel-aws-kinesis-firehose-kafka-connector-0.7.2-package.tar.gz[Download]
-| *camel-aws-kinesis-kafka-connector* | true | true |
xref:connectors/camel-aws-kinesis-kafka-sink-connector.adoc[Sink Docs] |
xref:connectors/camel-aws-kinesis-kafka-source-connector.adoc[Source Docs] |
https://repo.maven.apache.org/maven2/org/apache/camel/kafkaconnector/camel-aws-kinesis-kafka-connector/0.7.2/camel-aws-kinesis-kafka-connector-0.7.2-package.tar.gz[Download]
-| *camel-aws-kms-kafka-connector* | true | false |
xref:connectors/camel-aws-kms-kafka-sink-connector.adoc[Sink Docs] | |
https://repo.maven.apache.org/maven2/org/apache/camel/kafkaconnector/camel-aws-kms-kafka-connector/0.7.2/camel-aws-kms-kafka-connector-0.7.2-package.tar.gz[Download]
-| *camel-aws-lambda-kafka-connector* | true | false |
xref:connectors/camel-aws-lambda-kafka-sink-connector.adoc[Sink Docs] | |
https://repo.maven.apache.org/maven2/org/apache/camel/kafkaconnector/camel-aws-lambda-kafka-connector/0.7.2/camel-aws-lambda-kafka-connector-0.7.2-package.tar.gz[Download]
-| *camel-aws-mq-kafka-connector* | true | false |
xref:connectors/camel-aws-mq-kafka-sink-connector.adoc[Sink Docs] | |
https://repo.maven.apache.org/maven2/org/apache/camel/kafkaconnector/camel-aws-mq-kafka-connector/0.7.2/camel-aws-mq-kafka-connector-0.7.2-package.tar.gz[Download]
-| *camel-aws-msk-kafka-connector* | true | false |
xref:connectors/camel-aws-msk-kafka-sink-connector.adoc[Sink Docs] | |
https://repo.maven.apache.org/maven2/org/apache/camel/kafkaconnector/camel-aws-msk-kafka-connector/0.7.2/camel-aws-msk-kafka-connector-0.7.2-package.tar.gz[Download]
-| *camel-aws-s3-kafka-connector* | true | true |
xref:connectors/camel-aws-s3-kafka-sink-connector.adoc[Sink Docs] |
xref:connectors/camel-aws-s3-kafka-source-connector.adoc[Source Docs] |
https://repo.maven.apache.org/maven2/org/apache/camel/kafkaconnector/camel-aws-s3-kafka-connector/0.7.2/camel-aws-s3-kafka-connector-0.7.2-package.tar.gz[Download]
-| *camel-aws-sdb-kafka-connector* | true | false |
xref:connectors/camel-aws-sdb-kafka-sink-connector.adoc[Sink Docs] | |
https://repo.maven.apache.org/maven2/org/apache/camel/kafkaconnector/camel-aws-sdb-kafka-connector/0.7.2/camel-aws-sdb-kafka-connector-0.7.2-package.tar.gz[Download]
-| *camel-aws-ses-kafka-connector* | true | false |
xref:connectors/camel-aws-ses-kafka-sink-connector.adoc[Sink Docs] | |
https://repo.maven.apache.org/maven2/org/apache/camel/kafkaconnector/camel-aws-ses-kafka-connector/0.7.2/camel-aws-ses-kafka-connector-0.7.2-package.tar.gz[Download]
-| *camel-aws-sns-kafka-connector* | true | false |
xref:connectors/camel-aws-sns-kafka-sink-connector.adoc[Sink Docs] | |
https://repo.maven.apache.org/maven2/org/apache/camel/kafkaconnector/camel-aws-sns-kafka-connector/0.7.2/camel-aws-sns-kafka-connector-0.7.2-package.tar.gz[Download]
-| *camel-aws-sqs-kafka-connector* | true | true |
xref:connectors/camel-aws-sqs-kafka-sink-connector.adoc[Sink Docs] |
xref:connectors/camel-aws-sqs-kafka-source-connector.adoc[Source Docs] |
https://repo.maven.apache.org/maven2/org/apache/camel/kafkaconnector/camel-aws-sqs-kafka-connector/0.7.2/camel-aws-sqs-kafka-connector-0.7.2-package.tar.gz[Download]
| *camel-aws-swf-kafka-connector* | true | true |
xref:connectors/camel-aws-swf-kafka-sink-connector.adoc[Sink Docs] |
xref:connectors/camel-aws-swf-kafka-source-connector.adoc[Source Docs] |
https://repo.maven.apache.org/maven2/org/apache/camel/kafkaconnector/camel-aws-swf-kafka-connector/0.7.2/camel-aws-swf-kafka-connector-0.7.2-package.tar.gz[Download]
-| *camel-aws-translate-kafka-connector* | true | false |
xref:connectors/camel-aws-translate-kafka-sink-connector.adoc[Sink Docs] | |
https://repo.maven.apache.org/maven2/org/apache/camel/kafkaconnector/camel-aws-translate-kafka-connector/0.7.2/camel-aws-translate-kafka-connector-0.7.2-package.tar.gz[Download]
| *camel-aws2-athena-kafka-connector* | true | false |
xref:connectors/camel-aws2-athena-kafka-sink-connector.adoc[Sink Docs] | |
https://repo.maven.apache.org/maven2/org/apache/camel/kafkaconnector/camel-aws2-athena-kafka-connector/0.7.2/camel-aws2-athena-kafka-connector-0.7.2-package.tar.gz[Download]
| *camel-aws2-cw-kafka-connector* | true | false |
xref:connectors/camel-aws2-cw-kafka-sink-connector.adoc[Sink Docs] | |
https://repo.maven.apache.org/maven2/org/apache/camel/kafkaconnector/camel-aws2-cw-kafka-connector/0.7.2/camel-aws2-cw-kafka-connector-0.7.2-package.tar.gz[Download]
| *camel-aws2-ddb-kafka-connector* | true | false |
xref:connectors/camel-aws2-ddb-kafka-sink-connector.adoc[Sink Docs] | |
https://repo.maven.apache.org/maven2/org/apache/camel/kafkaconnector/camel-aws2-ddb-kafka-connector/0.7.2/camel-aws2-ddb-kafka-connector-0.7.2-package.tar.gz[Download]
@@ -68,9 +49,7 @@ Number of Camel Kafka connectors: 357
| *camel-aws2-sqs-kafka-connector* | true | true |
xref:connectors/camel-aws2-sqs-kafka-sink-connector.adoc[Sink Docs] |
xref:connectors/camel-aws2-sqs-kafka-source-connector.adoc[Source Docs] |
https://repo.maven.apache.org/maven2/org/apache/camel/kafkaconnector/camel-aws2-sqs-kafka-connector/0.7.2/camel-aws2-sqs-kafka-connector-0.7.2-package.tar.gz[Download]
| *camel-aws2-sts-kafka-connector* | true | false |
xref:connectors/camel-aws2-sts-kafka-sink-connector.adoc[Sink Docs] | |
https://repo.maven.apache.org/maven2/org/apache/camel/kafkaconnector/camel-aws2-sts-kafka-connector/0.7.2/camel-aws2-sts-kafka-connector-0.7.2-package.tar.gz[Download]
| *camel-aws2-translate-kafka-connector* | true | false |
xref:connectors/camel-aws2-translate-kafka-sink-connector.adoc[Sink Docs] | |
https://repo.maven.apache.org/maven2/org/apache/camel/kafkaconnector/camel-aws2-translate-kafka-connector/0.7.2/camel-aws2-translate-kafka-connector-0.7.2-package.tar.gz[Download]
-| *camel-azure-blob-kafka-connector* | true | true |
xref:connectors/camel-azure-blob-kafka-sink-connector.adoc[Sink Docs] |
xref:connectors/camel-azure-blob-kafka-source-connector.adoc[Source Docs] |
https://repo.maven.apache.org/maven2/org/apache/camel/kafkaconnector/camel-azure-blob-kafka-connector/0.7.2/camel-azure-blob-kafka-connector-0.7.2-package.tar.gz[Download]
| *camel-azure-eventhubs-kafka-connector* | true | true |
xref:connectors/camel-azure-eventhubs-kafka-sink-connector.adoc[Sink Docs] |
xref:connectors/camel-azure-eventhubs-kafka-source-connector.adoc[Source Docs]
|
https://repo.maven.apache.org/maven2/org/apache/camel/kafkaconnector/camel-azure-eventhubs-kafka-connector/0.7.2/camel-azure-eventhubs-kafka-connector-0.7.2-package.tar.gz[Download]
-| *camel-azure-queue-kafka-connector* | true | true |
xref:connectors/camel-azure-queue-kafka-sink-connector.adoc[Sink Docs] |
xref:connectors/camel-azure-queue-kafka-source-connector.adoc[Source Docs] |
https://repo.maven.apache.org/maven2/org/apache/camel/kafkaconnector/camel-azure-queue-kafka-connector/0.7.2/camel-azure-queue-kafka-connector-0.7.2-package.tar.gz[Download]
| *camel-azure-storage-blob-kafka-connector* | true | true |
xref:connectors/camel-azure-storage-blob-kafka-sink-connector.adoc[Sink Docs] |
xref:connectors/camel-azure-storage-blob-kafka-source-connector.adoc[Source
Docs] |
https://repo.maven.apache.org/maven2/org/apache/camel/kafkaconnector/camel-azure-storage-blob-kafka-connector/0.7.2/camel-azure-storage-blob-kafka-connector-0.7.2-package.tar.gz[Download]
| *camel-azure-storage-datalake-kafka-connector* | true | true |
xref:connectors/camel-azure-storage-datalake-kafka-sink-connector.adoc[Sink
Docs] |
xref:connectors/camel-azure-storage-datalake-kafka-source-connector.adoc[Source
Docs] |
https://repo.maven.apache.org/maven2/org/apache/camel/kafkaconnector/camel-azure-storage-datalake-kafka-connector/0.7.2/camel-azure-storage-datalake-kafka-connector-0.7.2-package.tar.gz[Download]
| *camel-azure-storage-queue-kafka-connector* | true | true |
xref:connectors/camel-azure-storage-queue-kafka-sink-connector.adoc[Sink Docs]
| xref:connectors/camel-azure-storage-queue-kafka-source-connector.adoc[Source
Docs] |
https://repo.maven.apache.org/maven2/org/apache/camel/kafkaconnector/camel-azure-storage-queue-kafka-connector/0.7.2/camel-azure-storage-queue-kafka-connector-0.7.2-package.tar.gz[Download]