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 b1da5ff [create-pull-request] automated change
b1da5ff is described below
commit b1da5ff7ed9f523ae11c0c3c8ad5fbf30154020d
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Mon Mar 15 03:40:25 2021 +0000
[create-pull-request] automated change
---
.../src/generated/resources/connectors/camel-aws2-sqs-source.json | 4 ++--
.../src/generated/resources/camel-aws2-sqs-source.json | 4 ++--
.../src/main/docs/camel-aws2-sqs-kafka-source-connector.adoc | 4 ++--
.../kafkaconnector/aws2sqs/CamelAws2sqsSourceConnectorConfig.java | 4 ++--
.../ROOT/pages/connectors/camel-aws2-sqs-kafka-source-connector.adoc | 4 ++--
5 files changed, 10 insertions(+), 10 deletions(-)
diff --git
a/camel-kafka-connector-catalog/src/generated/resources/connectors/camel-aws2-sqs-source.json
b/camel-kafka-connector-catalog/src/generated/resources/connectors/camel-aws2-sqs-source.json
index 0a191ab..13ef2ce 100644
---
a/camel-kafka-connector-catalog/src/generated/resources/connectors/camel-aws2-sqs-source.json
+++
b/camel-kafka-connector-catalog/src/generated/resources/connectors/camel-aws2-sqs-source.json
@@ -135,7 +135,7 @@
"name": "camel.source.endpoint.deleteIfFiltered",
"description": "Whether or not to send the
DeleteMessage to the SQS queue if an exchange fails to get through a filter. If
'false' and exchange does not make it through a Camel filter upstream in the
route, then don't send DeleteMessage.",
"defaultValue": "true",
- "priority": "MEDIUM",
+ "priority": "LOW",
"required": "false"
},
"camel.source.endpoint.extendMessageVisibility": {
@@ -515,7 +515,7 @@
"name": "camel.component.aws2-sqs.deleteIfFiltered",
"description": "Whether or not to send the
DeleteMessage to the SQS queue if an exchange fails to get through a filter. If
'false' and exchange does not make it through a Camel filter upstream in the
route, then don't send DeleteMessage.",
"defaultValue": "true",
- "priority": "MEDIUM",
+ "priority": "LOW",
"required": "false"
},
"camel.component.aws2-sqs.extendMessageVisibility": {
diff --git
a/connectors/camel-aws2-sqs-kafka-connector/src/generated/resources/camel-aws2-sqs-source.json
b/connectors/camel-aws2-sqs-kafka-connector/src/generated/resources/camel-aws2-sqs-source.json
index 0a191ab..13ef2ce 100644
---
a/connectors/camel-aws2-sqs-kafka-connector/src/generated/resources/camel-aws2-sqs-source.json
+++
b/connectors/camel-aws2-sqs-kafka-connector/src/generated/resources/camel-aws2-sqs-source.json
@@ -135,7 +135,7 @@
"name": "camel.source.endpoint.deleteIfFiltered",
"description": "Whether or not to send the
DeleteMessage to the SQS queue if an exchange fails to get through a filter. If
'false' and exchange does not make it through a Camel filter upstream in the
route, then don't send DeleteMessage.",
"defaultValue": "true",
- "priority": "MEDIUM",
+ "priority": "LOW",
"required": "false"
},
"camel.source.endpoint.extendMessageVisibility": {
@@ -515,7 +515,7 @@
"name": "camel.component.aws2-sqs.deleteIfFiltered",
"description": "Whether or not to send the
DeleteMessage to the SQS queue if an exchange fails to get through a filter. If
'false' and exchange does not make it through a Camel filter upstream in the
route, then don't send DeleteMessage.",
"defaultValue": "true",
- "priority": "MEDIUM",
+ "priority": "LOW",
"required": "false"
},
"camel.component.aws2-sqs.extendMessageVisibility": {
diff --git
a/connectors/camel-aws2-sqs-kafka-connector/src/main/docs/camel-aws2-sqs-kafka-source-connector.adoc
b/connectors/camel-aws2-sqs-kafka-connector/src/main/docs/camel-aws2-sqs-kafka-source-connector.adoc
index af08ebd..f913809 100644
---
a/connectors/camel-aws2-sqs-kafka-connector/src/main/docs/camel-aws2-sqs-kafka-source-connector.adoc
+++
b/connectors/camel-aws2-sqs-kafka-connector/src/main/docs/camel-aws2-sqs-kafka-source-connector.adoc
@@ -49,7 +49,7 @@ The camel-aws2-sqs source connector supports 93 options,
which are listed below.
| *camel.source.endpoint.concurrentConsumers* | Allows you to use multiple
threads to poll the sqs queue to increase throughput | 1 | false | MEDIUM
| *camel.source.endpoint.defaultVisibilityTimeout* | The default visibility
timeout (in seconds) | null | false | MEDIUM
| *camel.source.endpoint.deleteAfterRead* | Delete message from SQS after it
has been read | true | false | MEDIUM
-| *camel.source.endpoint.deleteIfFiltered* | Whether or not to send the
DeleteMessage to the SQS queue if an exchange fails to get through a filter. If
'false' and exchange does not make it through a Camel filter upstream in the
route, then don't send DeleteMessage. | true | false | MEDIUM
+| *camel.source.endpoint.deleteIfFiltered* | Whether or not to send the
DeleteMessage to the SQS queue if an exchange fails to get through a filter. If
'false' and exchange does not make it through a Camel filter upstream in the
route, then don't send DeleteMessage. | true | false | LOW
| *camel.source.endpoint.extendMessageVisibility* | If enabled then a
scheduled background task will keep extending the message visibility on SQS.
This is needed if it takes a long time to process the message. If set to true
defaultVisibilityTimeout must be set. See details at Amazon docs. | false |
false | MEDIUM
| *camel.source.endpoint.kmsDataKeyReusePeriodSeconds* | The length of time,
in seconds, for which Amazon SQS can reuse a data key to encrypt or decrypt
messages before calling AWS KMS again. An integer representing seconds, between
60 seconds (1 minute) and 86,400 seconds (24 hours). Default: 300 (5 minutes).
| null | false | MEDIUM
| *camel.source.endpoint.kmsMasterKeyId* | The ID of an AWS-managed customer
master key (CMK) for Amazon SQS or a custom CMK. | null | false | MEDIUM
@@ -104,7 +104,7 @@ The camel-aws2-sqs source connector supports 93 options,
which are listed below.
| *camel.component.aws2-sqs.concurrentConsumers* | Allows you to use multiple
threads to poll the sqs queue to increase throughput | 1 | false | MEDIUM
| *camel.component.aws2-sqs.defaultVisibilityTimeout* | The default visibility
timeout (in seconds) | null | false | MEDIUM
| *camel.component.aws2-sqs.deleteAfterRead* | Delete message from SQS after
it has been read | true | false | MEDIUM
-| *camel.component.aws2-sqs.deleteIfFiltered* | Whether or not to send the
DeleteMessage to the SQS queue if an exchange fails to get through a filter. If
'false' and exchange does not make it through a Camel filter upstream in the
route, then don't send DeleteMessage. | true | false | MEDIUM
+| *camel.component.aws2-sqs.deleteIfFiltered* | Whether or not to send the
DeleteMessage to the SQS queue if an exchange fails to get through a filter. If
'false' and exchange does not make it through a Camel filter upstream in the
route, then don't send DeleteMessage. | true | false | LOW
| *camel.component.aws2-sqs.extendMessageVisibility* | If enabled then a
scheduled background task will keep extending the message visibility on SQS.
This is needed if it takes a long time to process the message. If set to true
defaultVisibilityTimeout must be set. See details at Amazon docs. | false |
false | MEDIUM
| *camel.component.aws2-sqs.kmsDataKeyReusePeriod Seconds* | The length of
time, in seconds, for which Amazon SQS can reuse a data key to encrypt or
decrypt messages before calling AWS KMS again. An integer representing seconds,
between 60 seconds (1 minute) and 86,400 seconds (24 hours). Default: 300 (5
minutes). | null | false | MEDIUM
| *camel.component.aws2-sqs.kmsMasterKeyId* | The ID of an AWS-managed
customer master key (CMK) for Amazon SQS or a custom CMK. | null | false |
MEDIUM
diff --git
a/connectors/camel-aws2-sqs-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/aws2sqs/CamelAws2sqsSourceConnectorConfig.java
b/connectors/camel-aws2-sqs-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/aws2sqs/CamelAws2sqsSourceConnectorConfig.java
index 74372df..38b6c36 100644
---
a/connectors/camel-aws2-sqs-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/aws2sqs/CamelAws2sqsSourceConnectorConfig.java
+++
b/connectors/camel-aws2-sqs-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/aws2sqs/CamelAws2sqsSourceConnectorConfig.java
@@ -336,7 +336,7 @@ public class CamelAws2sqsSourceConnectorConfig
conf.define(CAMEL_SOURCE_AWS2SQS_ENDPOINT_CONCURRENT_CONSUMERS_CONF,
ConfigDef.Type.INT, CAMEL_SOURCE_AWS2SQS_ENDPOINT_CONCURRENT_CONSUMERS_DEFAULT,
ConfigDef.Importance.MEDIUM,
CAMEL_SOURCE_AWS2SQS_ENDPOINT_CONCURRENT_CONSUMERS_DOC);
conf.define(CAMEL_SOURCE_AWS2SQS_ENDPOINT_DEFAULT_VISIBILITY_TIMEOUT_CONF,
ConfigDef.Type.STRING,
CAMEL_SOURCE_AWS2SQS_ENDPOINT_DEFAULT_VISIBILITY_TIMEOUT_DEFAULT,
ConfigDef.Importance.MEDIUM,
CAMEL_SOURCE_AWS2SQS_ENDPOINT_DEFAULT_VISIBILITY_TIMEOUT_DOC);
conf.define(CAMEL_SOURCE_AWS2SQS_ENDPOINT_DELETE_AFTER_READ_CONF,
ConfigDef.Type.BOOLEAN,
CAMEL_SOURCE_AWS2SQS_ENDPOINT_DELETE_AFTER_READ_DEFAULT,
ConfigDef.Importance.MEDIUM,
CAMEL_SOURCE_AWS2SQS_ENDPOINT_DELETE_AFTER_READ_DOC);
- conf.define(CAMEL_SOURCE_AWS2SQS_ENDPOINT_DELETE_IF_FILTERED_CONF,
ConfigDef.Type.BOOLEAN,
CAMEL_SOURCE_AWS2SQS_ENDPOINT_DELETE_IF_FILTERED_DEFAULT,
ConfigDef.Importance.MEDIUM,
CAMEL_SOURCE_AWS2SQS_ENDPOINT_DELETE_IF_FILTERED_DOC);
+ conf.define(CAMEL_SOURCE_AWS2SQS_ENDPOINT_DELETE_IF_FILTERED_CONF,
ConfigDef.Type.BOOLEAN,
CAMEL_SOURCE_AWS2SQS_ENDPOINT_DELETE_IF_FILTERED_DEFAULT,
ConfigDef.Importance.LOW, CAMEL_SOURCE_AWS2SQS_ENDPOINT_DELETE_IF_FILTERED_DOC);
conf.define(CAMEL_SOURCE_AWS2SQS_ENDPOINT_EXTEND_MESSAGE_VISIBILITY_CONF,
ConfigDef.Type.BOOLEAN,
CAMEL_SOURCE_AWS2SQS_ENDPOINT_EXTEND_MESSAGE_VISIBILITY_DEFAULT,
ConfigDef.Importance.MEDIUM,
CAMEL_SOURCE_AWS2SQS_ENDPOINT_EXTEND_MESSAGE_VISIBILITY_DOC);
conf.define(CAMEL_SOURCE_AWS2SQS_ENDPOINT_KMS_DATA_KEY_REUSE_PERIOD_SECONDS_CONF,
ConfigDef.Type.STRING,
CAMEL_SOURCE_AWS2SQS_ENDPOINT_KMS_DATA_KEY_REUSE_PERIOD_SECONDS_DEFAULT,
ConfigDef.Importance.MEDIUM,
CAMEL_SOURCE_AWS2SQS_ENDPOINT_KMS_DATA_KEY_REUSE_PERIOD_SECONDS_DOC);
conf.define(CAMEL_SOURCE_AWS2SQS_ENDPOINT_KMS_MASTER_KEY_ID_CONF,
ConfigDef.Type.STRING, CAMEL_SOURCE_AWS2SQS_ENDPOINT_KMS_MASTER_KEY_ID_DEFAULT,
ConfigDef.Importance.MEDIUM,
CAMEL_SOURCE_AWS2SQS_ENDPOINT_KMS_MASTER_KEY_ID_DOC);
@@ -391,7 +391,7 @@ public class CamelAws2sqsSourceConnectorConfig
conf.define(CAMEL_SOURCE_AWS2SQS_COMPONENT_CONCURRENT_CONSUMERS_CONF,
ConfigDef.Type.INT,
CAMEL_SOURCE_AWS2SQS_COMPONENT_CONCURRENT_CONSUMERS_DEFAULT,
ConfigDef.Importance.MEDIUM,
CAMEL_SOURCE_AWS2SQS_COMPONENT_CONCURRENT_CONSUMERS_DOC);
conf.define(CAMEL_SOURCE_AWS2SQS_COMPONENT_DEFAULT_VISIBILITY_TIMEOUT_CONF,
ConfigDef.Type.STRING,
CAMEL_SOURCE_AWS2SQS_COMPONENT_DEFAULT_VISIBILITY_TIMEOUT_DEFAULT,
ConfigDef.Importance.MEDIUM,
CAMEL_SOURCE_AWS2SQS_COMPONENT_DEFAULT_VISIBILITY_TIMEOUT_DOC);
conf.define(CAMEL_SOURCE_AWS2SQS_COMPONENT_DELETE_AFTER_READ_CONF,
ConfigDef.Type.BOOLEAN,
CAMEL_SOURCE_AWS2SQS_COMPONENT_DELETE_AFTER_READ_DEFAULT,
ConfigDef.Importance.MEDIUM,
CAMEL_SOURCE_AWS2SQS_COMPONENT_DELETE_AFTER_READ_DOC);
- conf.define(CAMEL_SOURCE_AWS2SQS_COMPONENT_DELETE_IF_FILTERED_CONF,
ConfigDef.Type.BOOLEAN,
CAMEL_SOURCE_AWS2SQS_COMPONENT_DELETE_IF_FILTERED_DEFAULT,
ConfigDef.Importance.MEDIUM,
CAMEL_SOURCE_AWS2SQS_COMPONENT_DELETE_IF_FILTERED_DOC);
+ conf.define(CAMEL_SOURCE_AWS2SQS_COMPONENT_DELETE_IF_FILTERED_CONF,
ConfigDef.Type.BOOLEAN,
CAMEL_SOURCE_AWS2SQS_COMPONENT_DELETE_IF_FILTERED_DEFAULT,
ConfigDef.Importance.LOW,
CAMEL_SOURCE_AWS2SQS_COMPONENT_DELETE_IF_FILTERED_DOC);
conf.define(CAMEL_SOURCE_AWS2SQS_COMPONENT_EXTEND_MESSAGE_VISIBILITY_CONF,
ConfigDef.Type.BOOLEAN,
CAMEL_SOURCE_AWS2SQS_COMPONENT_EXTEND_MESSAGE_VISIBILITY_DEFAULT,
ConfigDef.Importance.MEDIUM,
CAMEL_SOURCE_AWS2SQS_COMPONENT_EXTEND_MESSAGE_VISIBILITY_DOC);
conf.define(CAMEL_SOURCE_AWS2SQS_COMPONENT_KMS_DATA_KEY_REUSE_PERIOD_SECONDS_CONF,
ConfigDef.Type.STRING,
CAMEL_SOURCE_AWS2SQS_COMPONENT_KMS_DATA_KEY_REUSE_PERIOD_SECONDS_DEFAULT,
ConfigDef.Importance.MEDIUM,
CAMEL_SOURCE_AWS2SQS_COMPONENT_KMS_DATA_KEY_REUSE_PERIOD_SECONDS_DOC);
conf.define(CAMEL_SOURCE_AWS2SQS_COMPONENT_KMS_MASTER_KEY_ID_CONF,
ConfigDef.Type.STRING,
CAMEL_SOURCE_AWS2SQS_COMPONENT_KMS_MASTER_KEY_ID_DEFAULT,
ConfigDef.Importance.MEDIUM,
CAMEL_SOURCE_AWS2SQS_COMPONENT_KMS_MASTER_KEY_ID_DOC);
diff --git
a/docs/modules/ROOT/pages/connectors/camel-aws2-sqs-kafka-source-connector.adoc
b/docs/modules/ROOT/pages/connectors/camel-aws2-sqs-kafka-source-connector.adoc
index af08ebd..f913809 100644
---
a/docs/modules/ROOT/pages/connectors/camel-aws2-sqs-kafka-source-connector.adoc
+++
b/docs/modules/ROOT/pages/connectors/camel-aws2-sqs-kafka-source-connector.adoc
@@ -49,7 +49,7 @@ The camel-aws2-sqs source connector supports 93 options,
which are listed below.
| *camel.source.endpoint.concurrentConsumers* | Allows you to use multiple
threads to poll the sqs queue to increase throughput | 1 | false | MEDIUM
| *camel.source.endpoint.defaultVisibilityTimeout* | The default visibility
timeout (in seconds) | null | false | MEDIUM
| *camel.source.endpoint.deleteAfterRead* | Delete message from SQS after it
has been read | true | false | MEDIUM
-| *camel.source.endpoint.deleteIfFiltered* | Whether or not to send the
DeleteMessage to the SQS queue if an exchange fails to get through a filter. If
'false' and exchange does not make it through a Camel filter upstream in the
route, then don't send DeleteMessage. | true | false | MEDIUM
+| *camel.source.endpoint.deleteIfFiltered* | Whether or not to send the
DeleteMessage to the SQS queue if an exchange fails to get through a filter. If
'false' and exchange does not make it through a Camel filter upstream in the
route, then don't send DeleteMessage. | true | false | LOW
| *camel.source.endpoint.extendMessageVisibility* | If enabled then a
scheduled background task will keep extending the message visibility on SQS.
This is needed if it takes a long time to process the message. If set to true
defaultVisibilityTimeout must be set. See details at Amazon docs. | false |
false | MEDIUM
| *camel.source.endpoint.kmsDataKeyReusePeriodSeconds* | The length of time,
in seconds, for which Amazon SQS can reuse a data key to encrypt or decrypt
messages before calling AWS KMS again. An integer representing seconds, between
60 seconds (1 minute) and 86,400 seconds (24 hours). Default: 300 (5 minutes).
| null | false | MEDIUM
| *camel.source.endpoint.kmsMasterKeyId* | The ID of an AWS-managed customer
master key (CMK) for Amazon SQS or a custom CMK. | null | false | MEDIUM
@@ -104,7 +104,7 @@ The camel-aws2-sqs source connector supports 93 options,
which are listed below.
| *camel.component.aws2-sqs.concurrentConsumers* | Allows you to use multiple
threads to poll the sqs queue to increase throughput | 1 | false | MEDIUM
| *camel.component.aws2-sqs.defaultVisibilityTimeout* | The default visibility
timeout (in seconds) | null | false | MEDIUM
| *camel.component.aws2-sqs.deleteAfterRead* | Delete message from SQS after
it has been read | true | false | MEDIUM
-| *camel.component.aws2-sqs.deleteIfFiltered* | Whether or not to send the
DeleteMessage to the SQS queue if an exchange fails to get through a filter. If
'false' and exchange does not make it through a Camel filter upstream in the
route, then don't send DeleteMessage. | true | false | MEDIUM
+| *camel.component.aws2-sqs.deleteIfFiltered* | Whether or not to send the
DeleteMessage to the SQS queue if an exchange fails to get through a filter. If
'false' and exchange does not make it through a Camel filter upstream in the
route, then don't send DeleteMessage. | true | false | LOW
| *camel.component.aws2-sqs.extendMessageVisibility* | If enabled then a
scheduled background task will keep extending the message visibility on SQS.
This is needed if it takes a long time to process the message. If set to true
defaultVisibilityTimeout must be set. See details at Amazon docs. | false |
false | MEDIUM
| *camel.component.aws2-sqs.kmsDataKeyReusePeriod Seconds* | The length of
time, in seconds, for which Amazon SQS can reuse a data key to encrypt or
decrypt messages before calling AWS KMS again. An integer representing seconds,
between 60 seconds (1 minute) and 86,400 seconds (24 hours). Default: 300 (5
minutes). | null | false | MEDIUM
| *camel.component.aws2-sqs.kmsMasterKeyId* | The ID of an AWS-managed
customer master key (CMK) for Amazon SQS or a custom CMK. | null | false |
MEDIUM