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.
In order to use the library for normal API and also the blocking API, in order to watch KV modifications, for example, we have to create 2 consul client as the read timeout is set up at the client level ,but can't be overriden on a specific API call.
If we want to reuse the same client, either we have to accept a longer timeout for normal APIs, like if we want to block for watching for 5 minutes. Or accept that the blocking API will only block for 10 seconds, for example, which is the default for normal operation?
The text was updated successfully, but these errors were encountered:
In order to use the library for normal API and also the blocking API, in order to watch KV modifications, for example, we have to create 2 consul client as the read timeout is set up at the client level ,but can't be overriden on a specific API call.
If we want to reuse the same client, either we have to accept a longer timeout for normal APIs, like if we want to block for watching for 5 minutes. Or accept that the blocking API will only block for 10 seconds, for example, which is the default for normal operation?
The text was updated successfully, but these errors were encountered: