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 882b2b0 Regen
882b2b0 is described below
commit 882b2b012892eeb09d0bd7210f543b620bd8f979
Author: Claus Ibsen <[email protected]>
AuthorDate: Mon Mar 30 08:52:57 2020 +0200
Regen
---
docs/components/modules/ROOT/pages/influxdb-component.adoc | 3 ++-
docs/components/modules/ROOT/pages/nats-component.adoc | 5 +++--
2 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/docs/components/modules/ROOT/pages/influxdb-component.adoc
b/docs/components/modules/ROOT/pages/influxdb-component.adoc
index 7a32db8..bc2ea3c 100644
--- a/docs/components/modules/ROOT/pages/influxdb-component.adoc
+++ b/docs/components/modules/ROOT/pages/influxdb-component.adoc
@@ -47,13 +47,14 @@ configured in the registry, using the native java driver.
// component options: START
-The InfluxDB component supports 2 options, which are listed below.
+The InfluxDB component supports 3 options, which are listed below.
[width="100%",cols="2,5,^1,2",options="header"]
|===
| Name | Description | Default | Type
+| *influxDB* (producer) | The shared Influx DB to use for all endpoints | |
InfluxDB
| *lazyStartProducer* (producer) | 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 [...]
| *basicPropertyBinding* (advanced) | Whether the component should use basic
property binding (Camel 2.x) or the newer property binding with additional
capabilities | false | boolean
|===
diff --git a/docs/components/modules/ROOT/pages/nats-component.adoc
b/docs/components/modules/ROOT/pages/nats-component.adoc
index 4bd5d30..a80b391 100644
--- a/docs/components/modules/ROOT/pages/nats-component.adoc
+++ b/docs/components/modules/ROOT/pages/nats-component.adoc
@@ -36,7 +36,7 @@ Where *topic* is the topic name
// component options: START
-The Nats component supports 5 options, which are listed below.
+The Nats component supports 6 options, which are listed below.
@@ -44,6 +44,7 @@ The Nats component supports 5 options, which are listed below.
|===
| Name | Description | Default | Type
| *servers* (common) | URLs to one or more NAT servers. Use comma to separate
URLs when specifying multiple servers. | | String
+| *verbose* (common) | Whether or not running in verbose mode | false | boolean
| *bridgeErrorHandler* (consumer) | 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. | false |
boolean
| *lazyStartProducer* (producer) | 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 [...]
| *basicPropertyBinding* (advanced) | Whether the component should use basic
property binding (Camel 2.x) or the newer property binding with additional
capabilities | false | boolean
@@ -87,7 +88,7 @@ with the following path and query parameters:
| *maxReconnectAttempts* (common) | Max reconnection attempts | 60 | int
| *noEcho* (common) | Turn off echo. If supported by the gnatsd version you
are connecting to this flag will prevent the server from echoing messages back
to the connection if it has subscriptions on the subject being published to. |
false | boolean
| *noRandomizeServers* (common) | Whether or not randomizing the order of
servers for the connection attempts | false | boolean
-| *pedantic* (common) | Whether or not running in pedantic mode (this affects
performace) | false | boolean
+| *pedantic* (common) | Whether or not running in pedantic mode (this affects
performance) | false | boolean
| *pingInterval* (common) | Ping interval to be aware if connection is still
alive (in milliseconds) | 120000 | int
| *reconnect* (common) | Whether or not using reconnection feature | true |
boolean
| *reconnectTimeWait* (common) | Waiting time before attempts reconnection (in
milliseconds) | 2000 | int