Property ShutdownDrainTimeout
ShutdownDrainTimeout
Maximum time to wait for in-flight message handlers to finish after consumer subscriptions are cancelled during shutdown. Align with ShutdownTimeout (default 30s) so the host does not force-kill the process while handlers are still draining.
public TimeSpan ShutdownDrainTimeout { get; set; }