case classMaxFutureWaitTime(get: Duration) extends Product with Serializable
All futures should return in a reasonable period of time, otherwise
there will be memory issues keeping all of them open. This option is
to set the longest we wait on a future. It is not a substitute for correctly
configured and implemented stores, services and sinks. All of those should
return or fail fairly quickly (on the order of a second or so).
All futures should return in a reasonable period of time, otherwise there will be memory issues keeping all of them open. This option is to set the longest we wait on a future. It is not a substitute for correctly configured and implemented stores, services and sinks. All of those should return or fail fairly quickly (on the order of a second or so).