This document discusses Vert.x, an open source toolkit for building reactive applications on the JVM. It provides an overview of Vert.x and how Zanox uses it for a new request processing system. Key points include: Vert.x is lightweight, asynchronous, and event-driven; it uses Netty, Hazelcast, and Jackson. The document also covers how to set up a Vert.x project, best practices like avoiding blocking code, infrastructure as code with Chef, the module system, integration with Kafka for messaging, and metrics showing Vert.x's performance.