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 was archived by the owner on Jul 27, 2023. It is now read-only.
Hey guys,
Recently(From version 1.9~ if i'm not mistaken) consul started to support streaming on the /v1/health/service/:serviceName.
That means that by adding cached argument to that API it stresses the consul servers much less.
Hey guys,
Recently(From version 1.9~ if i'm not mistaken) consul started to support streaming on the
/v1/health/service/:serviceName.That means that by adding
cachedargument to that API it stresses the consul servers much less.Its explained much better here:
https://medium.com/criteo-engineering/consul-streaming-whats-behind-it-6f44f77a5175
(it's written by @pierresouchay)
https://www.consul.io/api/features/blocking#streaming-backend
I wondered if this feature needs any augmentation to the code in order to work? Or was there any changes in regards to enabling streaming usage?
Thanks a lot for you attention!