open-consul/.changelog/9967.txt
R.B. Boyer af78561018
api: ensure v1/health/ingress/:service endpoint works properly when streaming is enabled (#9967)
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
```