Distributed Systems Pattern: Idempotent Receiver

Clients send requests to servers but might not get a response. It's impossible for clients to know if the response was lost or the server crashed before processing the request. To make sure that the request is processed, the client has to re-send the request.

  If the server had already processed the request and crashed after that,
  servers will get duplicate requests when the client retries.

more… https://martinfowler.com/articles/patterns-of-distributed-systems/idempotent-receiver.html

Creată 4y | 26 ian. 2021, 16:20:31


Autentifică-te pentru a adăuga comentarii

Alte posturi din acest grup

How is GenAI different from other code generators?

How is code generation with GenAI different from more "traditional" code generators? The newest memo in Birgitta Böckeler's explorations of GenAI talks abou

18 oct. 2023, 20:10:05 | Martin Fowler
How is GenAI different from other code generators?

How is code generation with GenAI different from more "traditional" code generators? The newest memo in Birgitta Böckeler's explorations of GenAI talks abou

19 sept. 2023, 10:10:06 | Martin Fowler
TDD with GitHub Copilot

At Thoughtworks, we are strong practitioners of Test Driven Development (TDD). Naturally this leads to the question of how generative AI can

17 aug. 2023, 20:30:07 | Martin Fowler