elnafateh commented on PR #5674: URL: https://github.com/apache/fineract/pull/5674#issuecomment-4213997275
> Would you mind to raise this topic on the fineract dev mail list? > > I dont really see an immediate problem, but would be happy to hear out the thoughts of others! ;) @adamsaghy to shed more light on the problem, the concern is around cases where the request actually *does* get committed, but the client doesn’t receive the response (e.g., network timeout). In that situation, a retry without an idempotency key can be treated as a new operation if a random UUID is generated, which may lead to duplicate transactions. To get broader input, I’ll raise this on the dev mailing list as you suggested so we can validate whether this is a real concern and agree on the expected behavior. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
