1. 1
  2. 2
  3. 3
  4. 4
  5. 5

Recent Posts

Java 23: What’s New?

Author: Loic Mathieu Original post on Foojay: Read More As soon as Java 23 is out, it’ll be time to walk through all the functionalities that this version bring to us as developers. First of all, something has happened that, to my knowledge, has never happened before in a Java release: a preview feature has been removed! The String Templates …

Read More »

Implementing the Idempotency-Key specification on Apache APISIX

Author: Nicolas Frankel Original post on Foojay: Read More Recently, I wrote an analysis of the IETF 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 response If …

Read More »

When (not) to write an Apache APISIX plugin

Author: Nicolas Frankel Original post on Foojay: Read More When I introduce Apache APISIX in my talks, I mention the massive number of existing plugins, and that each of them implements a specific feature. One of the key features of Apache APISIX is its flexibility. If a feature is missing, you can create your own plugin in Lua or a …

Read More »