Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 454 Bytes

File metadata and controls

10 lines (9 loc) · 454 Bytes

Inventory Manager project implements below features.

  1. Idempotent Api Behaviour
  2. Log function/API Execution time
  3. Powering Read API calls from Slave
  4. Taking lock(pessimistic) on shared resources
  5. Scheduling Quartz Job for async processing
  6. Service Health Indicator to bring In-rotation or Out of Rotation
  7. Logging service Logs in async manner and Log rotation policy based on total size
  8. Unique Transaction Id per request for tracebility