[
https://issues.apache.org/jira/browse/CAMEL-11868?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16190029#comment-16190029
]
Claus Ibsen commented on CAMEL-11868:
-------------------------------------
Can we not create a new camel-elasticsearch5-rest component that use this new
rest client only. And then the two older components can stay for older users,
and eventually we can start marking them as deprecated because the java client
is EOL from Elastic and the rest client is the future/way to go.
> Migrate camel-elasticsearch5 java transport client to the new high level rest
> client
> ------------------------------------------------------------------------------------
>
> Key: CAMEL-11868
> URL: https://issues.apache.org/jira/browse/CAMEL-11868
> Project: Camel
> Issue Type: Improvement
> Components: camel-elasticsearch5
> Environment: any
> Reporter: Flemming Harms
> Fix For: 2.21.0
>
>
> The current java transport client is due EOL in near future and it will be a
> good idea we switch the the new high level rest client instead. The new high
> level rest client is only released from version 5.6.0 and towards so an
> general upgrade of the dependencies is required for the ELK component.
> https://www.elastic.co/guide/en/elasticsearch/client/java-rest/current/java-rest-high.html
> This also add the support for basic authentication without the need of
> x-pack. This is usefull when running ELK behind a reverse proxy.
> https://www.elastic.co/guide/en/elasticsearch/client/java-rest/current/_basic_authentication.html
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)