-
Notifications
You must be signed in to change notification settings - Fork 809
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
Health check fails for AspNetCore.HealthChecks.Elasticsearch:9.0.0 #2355
Comments
Our transport library We are working on releasing a final version 1.0.0 for For now, there is not much we can do. It would probably be best to bump the Elasticsearch client package dependency in the next release of |
@flobernd Please ping us once it's available, we are then going to bump it and release a new version. Thanks! |
should |
Is there some workaround in the meantime? |
@kaidl downgrade to |
Please, fill the following sections to help us fix the issue
What happened:
Health check doesn't work due to transitive dependency issue:
This happens because we have a dependency on Elastic.Clients.Elasticsearch:8.16.3 which resolves transitive dependency to Elastic.Transport:0.5.7
What you expected to happen:
Health check should work as expected.
How to reproduce it (as minimally and precisely as possible):
Add to a project that references Elastic.Clients.Elasticsearch:8.16.3 and AspNetCore.HealthChecks.Elasticsearch:9.0.0 at the same time.
The text was updated successfully, but these errors were encountered: