gorums icon indicating copy to clipboard operation
gorums copied to clipboard

feat: graceful shutdown

Open meling opened this issue 1 year ago • 1 comments

We currently don't do any graceful shutdown for our quorum calls and other call types. We should support graceful shutdown.

meling avatar Jan 23 '25 21:01 meling

When using multicast or unicast, the client receives no error signaling a graceful shutdown, i.e., to stop sending requests. That is, the Gorums runtime should recognize this error (graceful shutdown) and handle it appropriately, even for multicast/unicast.

meling avatar Jan 27 '25 18:01 meling