2
0
mirror of https://github.com/status-im/consul.git synced 2025-01-24 12:40:17 +00:00
Pierre Souchay 7c1b69cbeb
Display a warning when rpc.enable_streaming = true is set on a client ()
* Display a warning when rpc.enable_streaming = true is set on a client

This option has no effect when running as an agent

* Added warning when server starts with use_streaming_backend but without rpc.enable_streaming

* Added unit test
2021-01-08 15:23:23 -05:00

4 lines
121 B
Plaintext

```release-note:improvement
streaming: display a warning on agent(s) when incompatible streaming parameters are used
```