Hi, Just trying to understand how failed message retries and kafka work in some detail:
>From what I understand if we process messages 1,2,3,4,5,6 and message 4 fails, we would revert the offset to 4 and check with the retry manager if 4,5,6 should be retried, in this case we would know that 4 is to be retried and ignore 5 and 6 if I am following correctly. My question is how is the case handled that that node dies and the information in the retry manager is lost (I could not see this information persisted), would we then attempt to retry 4,5 and 6 when the node starts up again? -- Cheers Stefan
