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 2018/11/09 07:19:54 UTC

[camel] branch master updated: CAMEL-12912 - Action Request Converter is reseting ID on index request to header that is not set

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

acosentino 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 d4c06e3  CAMEL-12912 - Action Request Converter is reseting ID on index request to header that is not set
d4c06e3 is described below

commit d4c06e3c69293588393b768f1268b7c175b78dd8
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Nov 9 08:16:39 2018 +0100

    CAMEL-12912 - Action Request Converter is reseting ID on index request to header that is not set
---
 .../src/main/docs/elasticsearch-rest-component.adoc                     | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/components/camel-elasticsearch-rest/src/main/docs/elasticsearch-rest-component.adoc b/components/camel-elasticsearch-rest/src/main/docs/elasticsearch-rest-component.adoc
index 1a8b6e2..4d8b495 100644
--- a/components/camel-elasticsearch-rest/src/main/docs/elasticsearch-rest-component.adoc
+++ b/components/camel-elasticsearch-rest/src/main/docs/elasticsearch-rest-component.adoc
@@ -208,6 +208,8 @@ from("direct:index")
 </route>
 ----
 
+*For this operation you'll need to specify a indexId header.*
+
 A client would simply need to pass a body message containing a Map to
 the route. The result body contains the indexId created.