• Home
  • Archives
  • Future Topics
  swdev.online
  • Home
  • Archives
  • Future Topics
  • Server and RPC
  • Commands and Tools
  • Languages
  • Storage System
  • System Design

Idempotency of a PUT Request

  • 1. How To Avoid Duplicate Order
    • E-commerce Scenario - Common Flow of Placing Order
    • Cause:
    • Solution 1: One-time token
    • Solution 2: Leverage DB Primary Key uniqueness
  • 2. In general how to guarantee Idempotence of an API put request.
Read more   07/02/2020 posted in  Storage System

swdev.online

A blog on software development and distributed system components.
GitHub RSS

Categories

Server and RPC Commands and Tools Languages Storage System System Design

Recent Posts

  • Manage Dependencies for a Python Service
  • SSH Tunneling Example
  • Reading Dubbo Source Code - 1. Setup the Environment and Run Demo
  • An upward trend ID generation service
  • Idempotency of a PUT Request

© 2020 Powered by MWeb,  Hosted on GitHub Pages.