You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2022/12/19 12:20:17 UTC

[camel] branch main updated: CAMEL-18828 (addendum): camel-kudu - Update the component reference (#8924)

This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/main by this push:
     new 5e24101aa99 CAMEL-18828 (addendum): camel-kudu - Update the component reference (#8924)
5e24101aa99 is described below

commit 5e24101aa99ae0d0abab785983a0d492f516cbb5
Author: Kengo Seki <se...@apache.org>
AuthorDate: Mon Dec 19 21:20:10 2022 +0900

    CAMEL-18828 (addendum): camel-kudu - Update the component reference (#8924)
---
 components/camel-kudu/src/main/docs/kudu-component.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/components/camel-kudu/src/main/docs/kudu-component.adoc b/components/camel-kudu/src/main/docs/kudu-component.adoc
index 036818e8c55..66e672c3ebd 100644
--- a/components/camel-kudu/src/main/docs/kudu-component.adoc
+++ b/components/camel-kudu/src/main/docs/kudu-component.adoc
@@ -38,7 +38,7 @@ include::partial$component-endpoint-headers.adoc[]
 
 == Input Body formats
 
-=== Insert
+=== Insert, delete, update, and upsert
 
 The input body format has to be a java.util.Map<String, Object>. This map will represent a row of the table whose elements are columns, where the key is the column name and the value is the value of the column.