This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/master by this push:
new 1149533 Regen
1149533 is described below
commit 1149533754d9fde4235f96faf278bb0dbdc65b4e
Author: Claus Ibsen <[email protected]>
AuthorDate: Tue Feb 25 08:21:07 2020 +0100
Regen
---
.../org/apache/camel/component/pulsar/PulsarEndpointConfigurer.java | 4 ++--
.../generated/resources/org/apache/camel/component/pulsar/pulsar.json | 2 +-
components/camel-pulsar/src/main/docs/pulsar-component.adoc | 2 +-
docs/components/modules/ROOT/pages/pulsar-component.adoc | 4 +++-
4 files changed, 7 insertions(+), 5 deletions(-)
diff --git
a/components/camel-pulsar/src/generated/java/org/apache/camel/component/pulsar/PulsarEndpointConfigurer.java
b/components/camel-pulsar/src/generated/java/org/apache/camel/component/pulsar/PulsarEndpointConfigurer.java
index 3f6dd0c..d4f21eb 100644
---
a/components/camel-pulsar/src/generated/java/org/apache/camel/component/pulsar/PulsarEndpointConfigurer.java
+++
b/components/camel-pulsar/src/generated/java/org/apache/camel/component/pulsar/PulsarEndpointConfigurer.java
@@ -29,12 +29,12 @@ public class PulsarEndpointConfigurer extends
PropertyConfigurerSupport implemen
case "consumerNamePrefix":
target.getPulsarConfiguration().setConsumerNamePrefix(property(camelContext,
java.lang.String.class, value)); return true;
case "consumerqueuesize":
case "consumerQueueSize":
target.getPulsarConfiguration().setConsumerQueueSize(property(camelContext,
int.class, value)); return true;
- case "negativeackredeliverydelaymicros":
- case "negativeAckRedeliveryDelayMicros":
target.getPulsarConfiguration().setNegativeAckRedeliveryDelayMicros(property(camelContext,
long.class, value)); return true;
case "deadlettertopic":
case "deadLetterTopic":
target.getPulsarConfiguration().setDeadLetterTopic(property(camelContext,
java.lang.String.class, value)); return true;
case "maxredelivercount":
case "maxRedeliverCount":
target.getPulsarConfiguration().setMaxRedeliverCount(property(camelContext,
java.lang.Integer.class, value)); return true;
+ case "negativeackredeliverydelaymicros":
+ case "negativeAckRedeliveryDelayMicros":
target.getPulsarConfiguration().setNegativeAckRedeliveryDelayMicros(property(camelContext,
long.class, value)); return true;
case "numberofconsumers":
case "numberOfConsumers":
target.getPulsarConfiguration().setNumberOfConsumers(property(camelContext,
int.class, value)); return true;
case "subscriptioninitialposition":
diff --git
a/components/camel-pulsar/src/generated/resources/org/apache/camel/component/pulsar/pulsar.json
b/components/camel-pulsar/src/generated/resources/org/apache/camel/component/pulsar/pulsar.json
index 04f8db9..13b23cf 100644
---
a/components/camel-pulsar/src/generated/resources/org/apache/camel/component/pulsar/pulsar.json
+++
b/components/camel-pulsar/src/generated/resources/org/apache/camel/component/pulsar/pulsar.json
@@ -39,9 +39,9 @@
"consumerName": { "kind": "parameter", "displayName": "Consumer Name",
"group": "consumer", "label": "consumer", "required": false, "type": "string",
"javaType": "java.lang.String", "deprecated": false, "secret": false,
"defaultValue": "sole-consumer", "configurationClass":
"org.apache.camel.component.pulsar.configuration.PulsarConfiguration",
"configurationField": "pulsarConfiguration", "description": "Name of the
consumer when subscription is EXCLUSIVE" },
"consumerNamePrefix": { "kind": "parameter", "displayName": "Consumer Name
Prefix", "group": "consumer", "label": "consumer", "required": false, "type":
"string", "javaType": "java.lang.String", "deprecated": false, "secret": false,
"defaultValue": "cons", "configurationClass":
"org.apache.camel.component.pulsar.configuration.PulsarConfiguration",
"configurationField": "pulsarConfiguration", "description": "Prefix to add to
consumer names when a SHARED or FAILOVER subscription is used" },
"consumerQueueSize": { "kind": "parameter", "displayName": "Consumer Queue
Size", "group": "consumer", "label": "consumer", "required": false, "type":
"integer", "javaType": "int", "deprecated": false, "secret": false,
"defaultValue": "10", "configurationClass":
"org.apache.camel.component.pulsar.configuration.PulsarConfiguration",
"configurationField": "pulsarConfiguration", "description": "Size of the
consumer queue - defaults to 10" },
- "negativeAckRedeliveryDelayMicros": { "kind": "parameter", "displayName":
"Negative Ack Redelivery Delay Micros", "group": "consumer", "label":
"consumer", "required": false, "type": "integer", "javaType": "long",
"deprecated": false, "secret": false, "defaultValue": "60000000",
"configurationClass":
"org.apache.camel.component.pulsar.configuration.PulsarConfiguration",
"configurationField": "pulsarConfiguration", "description": "Set the negative
acknowledgement delay" },
"deadLetterTopic": { "kind": "parameter", "displayName": "Dead Letter
Topic", "group": "consumer", "label": "consumer", "required": false, "type":
"string", "javaType": "java.lang.String", "deprecated": false, "secret": false,
"configurationClass":
"org.apache.camel.component.pulsar.configuration.PulsarConfiguration",
"configurationField": "pulsarConfiguration", "description": "Name of the topic
where the messages which fail maxRedeliverCount times will be sent. Note: if
not set, def [...]
"maxRedeliverCount": { "kind": "parameter", "displayName": "Max Redeliver
Count", "group": "consumer", "label": "consumer", "required": false, "type":
"integer", "javaType": "java.lang.Integer", "deprecated": false, "secret":
false, "configurationClass":
"org.apache.camel.component.pulsar.configuration.PulsarConfiguration",
"configurationField": "pulsarConfiguration", "description": "Maximum number of
times that a message will be redelivered before being sent to the dead letter
queue [...]
+ "negativeAckRedeliveryDelayMicros": { "kind": "parameter", "displayName":
"Negative Ack Redelivery Delay Micros", "group": "consumer", "label":
"consumer", "required": false, "type": "integer", "javaType": "long",
"deprecated": false, "secret": false, "defaultValue": "60000000",
"configurationClass":
"org.apache.camel.component.pulsar.configuration.PulsarConfiguration",
"configurationField": "pulsarConfiguration", "description": "Set the negative
acknowledgement delay" },
"numberOfConsumers": { "kind": "parameter", "displayName": "Number Of
Consumers", "group": "consumer", "label": "consumer", "required": false,
"type": "integer", "javaType": "int", "deprecated": false, "secret": false,
"defaultValue": "1", "configurationClass":
"org.apache.camel.component.pulsar.configuration.PulsarConfiguration",
"configurationField": "pulsarConfiguration", "description": "Number of
consumers - defaults to 1" },
"subscriptionInitialPosition": { "kind": "parameter", "displayName":
"Subscription Initial Position", "group": "consumer", "label": "consumer",
"required": false, "type": "object", "javaType":
"org.apache.camel.component.pulsar.utils.consumers.SubscriptionInitialPosition",
"enum": [ "EARLIEST", "LATEST" ], "deprecated": false, "secret": false,
"defaultValue": "LATEST", "configurationClass":
"org.apache.camel.component.pulsar.configuration.PulsarConfiguration",
"configurationField": " [...]
"subscriptionName": { "kind": "parameter", "displayName": "Subscription
Name", "group": "consumer", "label": "consumer", "required": false, "type":
"string", "javaType": "java.lang.String", "deprecated": false, "secret": false,
"defaultValue": "subs", "configurationClass":
"org.apache.camel.component.pulsar.configuration.PulsarConfiguration",
"configurationField": "pulsarConfiguration", "description": "Name of the
subscription to use" },
diff --git a/components/camel-pulsar/src/main/docs/pulsar-component.adoc
b/components/camel-pulsar/src/main/docs/pulsar-component.adoc
index 517af8e..b5b96d9 100644
--- a/components/camel-pulsar/src/main/docs/pulsar-component.adoc
+++ b/components/camel-pulsar/src/main/docs/pulsar-component.adoc
@@ -87,9 +87,9 @@ with the following path and query parameters:
| *consumerName* (consumer) | Name of the consumer when subscription is
EXCLUSIVE | sole-consumer | String
| *consumerNamePrefix* (consumer) | Prefix to add to consumer names when a
SHARED or FAILOVER subscription is used | cons | String
| *consumerQueueSize* (consumer) | Size of the consumer queue - defaults to 10
| 10 | int
-| *negativeAckRedeliveryDelay Micros* (consumer) | Set the negative
acknowledgement delay | 60000000 | long
| *deadLetterTopic* (consumer) | Name of the topic where the messages which
fail maxRedeliverCount times will be sent. Note: if not set, default topic name
will be topicName-subscriptionName-DLQ | | String
| *maxRedeliverCount* (consumer) | Maximum number of times that a message will
be redelivered before being sent to the dead letter queue. If this value is not
set, no Dead Letter Policy will be created | | Integer
+| *negativeAckRedeliveryDelay Micros* (consumer) | Set the negative
acknowledgement delay | 60000000 | long
| *numberOfConsumers* (consumer) | Number of consumers - defaults to 1 | 1 |
int
| *subscriptionInitialPosition* (consumer) | Control the initial position in
the topic of a newly created subscription. Default is latest message. The value
can be one of: EARLIEST, LATEST | LATEST | SubscriptionInitialPosition
| *subscriptionName* (consumer) | Name of the subscription to use | subs |
String
diff --git a/docs/components/modules/ROOT/pages/pulsar-component.adoc
b/docs/components/modules/ROOT/pages/pulsar-component.adoc
index 33f179f..3d12e4b 100644
--- a/docs/components/modules/ROOT/pages/pulsar-component.adoc
+++ b/docs/components/modules/ROOT/pages/pulsar-component.adoc
@@ -75,7 +75,7 @@ with the following path and query parameters:
|===
-=== Query Parameters (29 parameters):
+=== Query Parameters (31 parameters):
[width="100%",cols="2,5,^1,2",options="header"]
@@ -88,6 +88,8 @@ with the following path and query parameters:
| *consumerName* (consumer) | Name of the consumer when subscription is
EXCLUSIVE | sole-consumer | String
| *consumerNamePrefix* (consumer) | Prefix to add to consumer names when a
SHARED or FAILOVER subscription is used | cons | String
| *consumerQueueSize* (consumer) | Size of the consumer queue - defaults to 10
| 10 | int
+| *deadLetterTopic* (consumer) | Name of the topic where the messages which
fail maxRedeliverCount times will be sent. Note: if not set, default topic name
will be topicName-subscriptionName-DLQ | | String
+| *maxRedeliverCount* (consumer) | Maximum number of times that a message will
be redelivered before being sent to the dead letter queue. If this value is not
set, no Dead Letter Policy will be created | | Integer
| *negativeAckRedeliveryDelay Micros* (consumer) | Set the negative
acknowledgement delay | 60000000 | long
| *numberOfConsumers* (consumer) | Number of consumers - defaults to 1 | 1 |
int
| *subscriptionInitialPosition* (consumer) | Control the initial position in
the topic of a newly created subscription. Default is latest message. The value
can be one of: EARLIEST, LATEST | LATEST | SubscriptionInitialPosition