1.4.2
Changes
- The
--disconnect_timeout
parameter has been replaced by the--shutdown_timeout
.
The new option specify the max time for the whole graceful shutdown process, not only clients disconnecting.
Also, disconnecting clients on shutdown now happens in parallel. You can control the number of executors via the --shutdown_pool_size
configuration option (so, setting it to 1 would result in the previous behaviour).
- PRO: In the PRO version, we added a slow drain mode for disconnection. See the docs for more information.
Fixes
- Fixed
panic
when using memory backend for reliable streams (#183).