You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 27, 2023. It is now read-only.
I need to implement the scenario in service1 where I want to know health of service2 and if it is up/running then will take action accordingly. I want to know the health of a service on a separate thread or basically in a non-blocking way. How do I implement it using catalog watch ? Is there any other way to implement as well ?
Hi guys,
While performing a service health check the request below is sent to Consul agent.
I'd like to use cached query and perform below request
Is the ?cached parameter supported by this library?
The API allows to set a header to determine max cache age (max-age=) - is that also supported?
Cheers
Darek
The text was updated successfully, but these errors were encountered: