You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Claus Ibsen (Jira)" <ji...@apache.org> on 2022/09/02 15:46:00 UTC

[jira] [Updated] (CAMEL-15092) Review if the camel-elasticsearch-rest component can be rewritten using the low-level client

     [ https://issues.apache.org/jira/browse/CAMEL-15092?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Claus Ibsen updated CAMEL-15092:
--------------------------------
    Fix Version/s: Future

> Review if the camel-elasticsearch-rest component can be rewritten using the low-level 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
>            Priority: Major
>             Fix For: Future
>
>
> 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.20.10#820010)