open-consul/.changelog/9530.txt
Pierre Souchay 70d2da7582
Display a warning when rpc.enable_streaming = true is set on a client (#9530)
* 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
```