You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2021/12/21 09:39:46 UTC

[camel-kamelets] branch es-index-imp created (now 0f688d8)

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

acosentino pushed a change to branch es-index-imp
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git.


      at 0f688d8  elasticsearch-index-sink kamelet should allow empty indexId

This branch includes the following new commits:

     new ae1d374  elasticsearch-index-sink kamelet should allow empty indexId
     new 0f688d8  elasticsearch-index-sink kamelet should allow empty indexId

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


[camel-kamelets] 02/02: elasticsearch-index-sink kamelet should allow empty indexId

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch es-index-imp
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git

commit 0f688d8a3147117ea8abf48b893cedd146057207
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Dec 21 10:39:02 2021 +0100

    elasticsearch-index-sink kamelet should allow empty indexId
---
 .../main/resources/kamelets/elasticsearch-index-sink.kamelet.yaml   | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/library/camel-kamelets/src/main/resources/kamelets/elasticsearch-index-sink.kamelet.yaml b/library/camel-kamelets/src/main/resources/kamelets/elasticsearch-index-sink.kamelet.yaml
index 97b4d59..14cff85 100644
--- a/library/camel-kamelets/src/main/resources/kamelets/elasticsearch-index-sink.kamelet.yaml
+++ b/library/camel-kamelets/src/main/resources/kamelets/elasticsearch-index-sink.kamelet.yaml
@@ -112,12 +112,6 @@ spec:
             - set-header:
                 name: "indexId"
                 simple: "${header[ce-indexid]}"
-          otherwise:
-            steps:
-            - set-header:
-                name: "indexId"
-                expression:
-                  simple: ${bean:org.apache.camel.support.ShortUuidGenerator?method=generateUuid}
       - choice:
           when:
           - simple: "${header[indexName]}"

[camel-kamelets] 01/02: elasticsearch-index-sink kamelet should allow empty indexId

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch es-index-imp
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git

commit ae1d37452d506a6d079b58f1e6be4caab9697412
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Dec 21 10:37:51 2021 +0100

    elasticsearch-index-sink kamelet should allow empty indexId
---
 kamelets/elasticsearch-index-sink.kamelet.yaml | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/kamelets/elasticsearch-index-sink.kamelet.yaml b/kamelets/elasticsearch-index-sink.kamelet.yaml
index 97b4d59..14cff85 100644
--- a/kamelets/elasticsearch-index-sink.kamelet.yaml
+++ b/kamelets/elasticsearch-index-sink.kamelet.yaml
@@ -112,12 +112,6 @@ spec:
             - set-header:
                 name: "indexId"
                 simple: "${header[ce-indexid]}"
-          otherwise:
-            steps:
-            - set-header:
-                name: "indexId"
-                expression:
-                  simple: ${bean:org.apache.camel.support.ShortUuidGenerator?method=generateUuid}
       - choice:
           when:
           - simple: "${header[indexName]}"