Skip to content

1.4.2

Compare
Choose a tag to compare
@palkan palkan released this 04 Aug 19:58
319acaf

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).