In Spring retry's README, they mention how a "stateless retry" is not enough to rollback a transaction, but a stateful retry can by using a Map ?
I don't really understand what they mean.
If I want a transactional method to rollback the transaction and retry with a new one, how is a stateful retry different than a stateless retry ?