Skip to content

Add Elasticsearch 9.0 support #3802

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
malciin opened this issue May 27, 2025 · 0 comments
Open

Add Elasticsearch 9.0 support #3802

malciin opened this issue May 27, 2025 · 0 comments

Comments

@malciin
Copy link

malciin commented May 27, 2025

Feature

Enabling support of elasticsearch 9.0 as data storage. Currently is hardcoded for 5-8 as per

if (version.compareTo(V5_0) < 0 || version.compareTo(V9_0) >= 0) {

Rationale

Elasticsearch 9.0 is out, and currently only zipkin service is blocking us to move to 9.0

Example Scenario

  • zipkin with ES9 as data storage
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant