[ https://issues.apache.org/jira/browse/CAMEL-15092?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Claus Ibsen resolved CAMEL-15092. --------------------------------- Resolution: Duplicate CAMEL-20166 > 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)