1 - triagedhelp wantedt:stream
Metriche repository
- Star
- (13.277 stelle)
- Metriche merge PR
- (Merge medio 8g 19h) (10 PR mergiate in 30 g)
Descrizione
We discussed this issue at Gitter.
It feels like recovery function should be inside separate argument group, i.e.
recoverWithRetries(42) {
case _ => Source.empty
}
looks much better than
recoverWithRetries(42, {
case _ => Source.empty
})