Replies: 3 comments
-
We are in a similar situation where we are currently evaluating the possibility of migrating a Quarkus based application from Elastic 7.10 to 8. Still, it seems to me that the client is on an Apache 2 license: Is a Quarkus extension in progress or planned ? #Edit: Even if licence file Elasticsearch client API is an Apache 2 file, every headers have the Elastic licence v2. |
Beta Was this translation helpful? Give feedback.
-
The workaround I've found to use ES 8 Added the following dependecy
Set the application.properties
Configure the ElasticsearchConfig
Use the ElasticsearchClient in my service
|
Beta Was this translation helpful? Give feedback.
-
The new Elasticsearch client has been merged and will be available in Quarkus 3: #22622 . Documentation seems missing at the moment, though. FWIW, there's also a Quarkiverse extension for OpenSearch clients: https://github.com/quarkiverse/quarkus-opensearch |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Looking for some guidance on how to use ES 8 with Quarkus. I'm starting a new app and looks like the current high level client is deprecated and the new open source client is for ES 8. I'd rather use the new client instead of building on top of the deprecated client. Any thoughts on the best way to accomplish this?
Beta Was this translation helpful? Give feedback.
All reactions