Hi,
> Will Flink able to recover under this scenario?
I’m not sure exactly what you mean.
Flink will be able to restore the state to the last successful checkpoint, and
it well could be that the some records after this initial “stuck record” were
processed and emitted down the stream. In th
Hi,
If your async operations are stalled, this will eventually cause problems.
Either this will back pressure sources (the async’s operator queue will become
full) or you will run out of memory (if you configured the queue’s capacity too
high). I think the only possible solution is to either dr