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)

Reply via email to