Recent Posts

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 »

How to profile a performance issue using Spring Boot profiling tools

Author: Nasim Salmany Original post on Foojay: Read More In today’s fast-paced development environment, ensuring the performance and reliability of your services is critical. Imagine you are part of a team responsible for several services essential to both internal teams and external customers. These services are the backbone of various business operations, and any downtime or performance degradation can have …

Read More »