Skip to content
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

Moving to the new Elasticsearch 8.x client #43647

Open
ayushKataria opened this issue Jan 2, 2025 · 1 comment
Open

Moving to the new Elasticsearch 8.x client #43647

ayushKataria opened this issue Jan 2, 2025 · 1 comment
Labels
status: waiting-for-feedback We need additional information before we can continue status: waiting-for-triage An issue we've not yet triaged

Comments

@ayushKataria
Copy link

SpringBoot Actuator still seems to use the older Elasticsearch Rest Client, which is deprecated now, and not the new Elasticsearch Java API client for the health check. Is there any plan to move to the new client?

@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged label Jan 2, 2025
@bclozel
Copy link
Member

bclozel commented Jan 2, 2025

Could you elaborate? Which client exactly is deprecated and in favor of what? Can you share a link?

Right now our actuator support relies on the "low level" RestClient and as far as I know it's not been deprecated?

We removed support for the "high level" rest client in #30647 several years ago in favor of ElasticsearchClient in #28597.

@bclozel bclozel added the status: waiting-for-feedback We need additional information before we can continue label Jan 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: waiting-for-feedback We need additional information before we can continue status: waiting-for-triage An issue we've not yet triaged
Projects
None yet
Development

No branches or pull requests

3 participants