You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Andrea Tarocchi (Jira)" <ji...@apache.org> on 2020/05/20 17:58:00 UTC

[jira] [Created] (CAMEL-15092) Review if the camel-elsticsearch-rest componet can be rewrittine using the low-lever client

Andrea Tarocchi created CAMEL-15092:
---------------------------------------

             Summary: Review if the camel-elsticsearch-rest componet can be rewrittine using the low-lever client
                 Key: CAMEL-15092
                 URL: https://issues.apache.org/jira/browse/CAMEL-15092
             Project: Camel
          Issue Type: Improvement
          Components: camel-elasticsearch-rest
    Affects Versions: 3.3.0
            Reporter: Andrea Tarocchi


To keep the dependencies to a minimum (that would help in subprojects like {{camel-kafka-connector}} and {{camel-quarkus}}) would be good to investigate if is possible to rewrite the {{camel-elasticsearch-rest}} component just depending on: 

{code:xml}
        <dependency>
            <groupId>org.elasticsearch.client</groupId>
            <artifactId>elasticsearch-rest-client</artifactId>
        </dependency>
{code}

instead of:

{code:xml}
        <dependency>
            <groupId>org.elasticsearch.client</groupId>
            <artifactId>elasticsearch-rest-high-level-client</artifactId>
        </dependency>
{code}





--
This message was sent by Atlassian Jira
(v8.3.4#803005)