adamsaghy commented on PR #5674:
URL: https://github.com/apache/fineract/pull/5674#issuecomment-4209545474

   > @adamsaghy The core problem is about external client retries without 
providing an idempotency key. When a client doesn't provide an idempotency key 
and the system generates a random UUID per request, this leads to double 
spending
   > 
   > however by generating deterministic key from the payload and context, the 
same logical operation always produce the same key within time window — even 
without the client explicitly providing the key
   
   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! ;)


-- 
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]

Reply via email to