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 9e5b36b Regen
9e5b36b is described below
commit 9e5b36b296dbd95b6a94dc21fe4deee8786c49ee
Author: Claus Ibsen <[email protected]>
AuthorDate: Wed Nov 6 08:53:06 2019 +0100
Regen
---
docs/components/modules/ROOT/pages/index.adoc | 4 ++--
docs/components/modules/ROOT/pages/kudu-component.adoc | 15 +++++++--------
2 files changed, 9 insertions(+), 10 deletions(-)
diff --git a/docs/components/modules/ROOT/pages/index.adoc
b/docs/components/modules/ROOT/pages/index.adoc
index d592c01..19f8dd6 100644
--- a/docs/components/modules/ROOT/pages/index.adoc
+++ b/docs/components/modules/ROOT/pages/index.adoc
@@ -6,7 +6,7 @@ The following Apache Camel artifacts are provided:
== Components
// components: START
-Number of Components: 303 in 241 JAR artifacts (0 deprecated)
+Number of Components: 304 in 242 JAR artifacts (0 deprecated)
[width="100%",cols="4,1,5",options="header"]
|===
@@ -20,7 +20,7 @@ Number of Components: 303 in 241 JAR artifacts (0 deprecated)
| xref:amqp-component.adoc[AMQP] (camel-amqp) | 1.2 | Messaging with AMQP
protocol using Apache QPid Client.
-| xref:kudu-component.adoc[Apache Kudu] (camel-kudu) | 2.25 | Represents a
Kudu endpoint. A kudu endpoint allows you to interact with Apache Kudu, a free
and open source column-oriented data store of the Apache Hadoop ecosystem.
+| xref:kudu-component.adoc[Apache Kudu] (camel-kudu) | 3.0 | Represents a Kudu
endpoint. A kudu endpoint allows you to interact with Apache Kudu, a free and
open source column-oriented data store of the Apache Hadoop ecosystem.
| xref:apns-component.adoc[APNS] (camel-apns) | 2.8 | For sending
notifications to Apple iOS devices.
diff --git a/docs/components/modules/ROOT/pages/kudu-component.adoc
b/docs/components/modules/ROOT/pages/kudu-component.adoc
index dc0d1b5..fedb688 100644
--- a/docs/components/modules/ROOT/pages/kudu-component.adoc
+++ b/docs/components/modules/ROOT/pages/kudu-component.adoc
@@ -2,7 +2,7 @@
= Apache Kudu Component
:page-source: components/camel-kudu/src/main/docs/kudu-component.adoc
-*Since Camel 2.25*
+*Since Camel 3.0*
The Kudu component supports storing and retrieving data from/to
https://kudu.apache.org/[Apache Kudu], a free and open source column-oriented
data store of the Apache Hadoop ecosystem.
@@ -32,27 +32,26 @@ kudu:host:port/tableName
with the following path and query parameters:
-=== Path Parameters (1 parameters):
+=== Path Parameters (3 parameters):
[width="100%",cols="2,5,^1,2",options="header"]
|===
| Name | Description | Default | Type
-| *uri* | Connection string to Kudu | | String
+| *host* | Kudu master to connect to | | String
+| *port* | Port where kudu service is listening | | String
+| *tableName* | The name of the table where the rows are stored | | String
|===
-=== Query Parameters (7 parameters):
+=== Query Parameters (4 parameters):
[width="100%",cols="2,5,^1,2",options="header"]
|===
| Name | Description | Default | Type
-| *operation* (common) | What kind of operation is to be performed in the
table | | KuduOperations
-| *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
-| *exceptionHandler* (consumer) | 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. | | ExceptionHandler
-| *exchangePattern* (consumer) | Sets the exchange pattern when the consumer
creates an exchange. | | ExchangePattern
| *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 [...]
+| *operation* (producer) | What kind of operation is to be performed in the
table | | KuduOperations
| *basicPropertyBinding* (advanced) | Whether the endpoint should use basic
property binding (Camel 2.x) or the newer property binding with additional
capabilities | false | boolean
| *synchronous* (advanced) | Sets whether synchronous processing should be
strictly used, or Camel is allowed to use asynchronous processing (if
supported). | false | boolean
|===