Dishitasuyal opened a new pull request, #5798:
URL: https://github.com/apache/fineract/pull/5798

   ## Description
   Adds debug-level logging when the Idempotency-Key header is missing from 
incoming requests.
   
   ## Motivation
   Currently, requests without an Idempotency-Key are processed silently, which 
reduces observability and can lead to unintended duplicate operations. This 
change improves visibility without altering existing behavior.
   
   ## Changes
   - Added logging in IdempotencyStoreFilter
   - Logs request method and URI when header is missing
   - Uses configurable header name from FineractProperties
   
   ## Impact
   - No functional changes
   - No performance impact (debug-level logging)
   
   ## Testing
   - Verified logging is triggered when header is absent
   - Confirmed no behavior change when header is present


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