hashicorp / hashicorp/consul-replicate
support streaming backend
Open
- Dominant language
- Go
- Stars
- 524
- Forks
- 72
- PR merge metrics
- No merged PRs in 30d
Description
`The streaming backend, first introduced in Consul 1.10, is a replacement for the long polling backend. If streaming is supported by an endpoint, it will be used when either the index or cached query parameters are set.`
`Streaming improves on the traditional long polling between clients and servers by significantly reducing the quantity of data sent between them, while still allowing clients to handle read requests.`
(https://developer.hashicorp.com/consul/api-docs/features/blocking)
Can consul-replicate support streaming?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.