We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
#2993 (health check: add Redis custom health checker) introduced a deprecation notice for v1.7.0. This issue tracks source code cleanup.
The text was updated successfully, but these errors were encountered:
@alyssawilk should I remove the warning logging only? Since I'm not sure we want to remove "RedisHealthCheck" health checker completely.
https://github.com/dio/envoy/blob/b76a69ccb73d7b6abc5e5e48bb38a92744a38ed3/source/common/upstream/health_checker_impl.cc#L57-L59
Sorry, something went wrong.
@dio I think the idea is to deprecate the redis specific config, and only allow driving it via the custom health checker config.
Remove the deprecated redis_health_check field (#3896)
b202f89
Fixes #3713 Signed-off-by: Dhi Aurrahman <dio@rockybars.com>
9470c89
Fixes envoyproxy/envoy#3713 Signed-off-by: Dhi Aurrahman <dio@rockybars.com> Mirrored from https://github.com/envoyproxy/envoy @ b202f894fd24c96309e71657c9a033a08bd99415
dio
No branches or pull requests
#2993 (health check: add Redis custom health checker) introduced a deprecation notice for v1.7.0. This issue tracks source code cleanup.
The text was updated successfully, but these errors were encountered: