Details
-
Bug
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
1.9.0
-
None
-
None
Description
- Check and fix the potential race condition of idempotency key
-
- In case there is a valid race condition hence idempotency key duplicate errors occurs the exception should be HTTP 425 - Too early (IdempotentCommandProcessUnderProcessingException)
- Seems when too long idempotency id was added, HTTP 403 was raised, but the name and message is weird. Check and fix it