home.social

#itef — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #itef, aggregated by home.social.

  1. Last week, I wrote an analysis of the #ITEF #Idempotency-Key specification. The specification aims to avoid duplicated requests. In short, the idea is for the client to send a unique key along with the request:

    * If the server doesn’t know the key, it proceeds as usual and then stores the respons

    * If the server knows the key, it short-circuits any further processing and immediately returns the stored response

    This post shows how to implement it with #ApacheAPISIX.

    blog.frankel.ch/implement-idem