Hi We are using restart strategy of fixed delay. I have fundamental question: Why the reset counter is not zero after streaming job restart is successful? Let's say I have number of restarts max are: 5 My streaming job tried 2 times and 3'rd attempt its successful, why counter is still 2 but not zero? Traditionally in network world, clients will retry for some time and once they are successful, they will reset the counter back to zero.
Why this is the case in flink? Regards Bhaskar