2
0
mirror of https://github.com/status-im/consul.git synced 2025-01-12 14:55:02 +00:00
R.B. Boyer e494313e7b
api: ensure v1/health/ingress/:service endpoint works properly when streaming is enabled ()
The streaming cache type for service health has no way to handle v1/health/ingress/:service queries as there is no equivalent topic that would return the appropriate data.

Ensure that attempts to use this endpoint will use the old cache-type for now so that they return appropriate data when streaming is enabled.
2021-04-05 13:23:00 -05:00

4 lines
113 B
Plaintext

```release-note:bug
api: ensure v1/health/ingress/:service endpoint works properly when streaming is enabled
```