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 am connecting consul using a token that can be revoked and then I am starting to watch for changes using KVCache.
When my consul token is expired I see "Error getting response from consul" in the log (coming from ConsulCache onFailure callback).
I couldn't find a way to intercept this failure and re-connect to consul.
Any idea?
The text was updated successfully, but these errors were encountered:
You might have to use the lower level API to do this unfortunately. I don't have the time at the moment to update ConsulCache to support this. PRs welcome
Hello, we have the same problem of reloading the token when it expires. @dyeshurun can you please share the workaround with ConsulBookend you mentioned?
I am finding it hard to intercept the 403 on callbacks and consequently stop all services caches and property caches without incurring in interrupted exceptions.
I am connecting consul using a token that can be revoked and then I am starting to watch for changes using KVCache.
When my consul token is expired I see "Error getting response from consul" in the log (coming from ConsulCache onFailure callback).
I couldn't find a way to intercept this failure and re-connect to consul.
Any idea?
The text was updated successfully, but these errors were encountered: