RestartFlow eventually fails the stream?

Hi @pawelkaczor,

the Flow will fail iff maxRestarts is a value greater or equal than zero and the number of consecutive restarts exceeds that value.

Cheers.