Event Driven Systems Tech Talk discusses event driven architectures and systems like Kafka, Akka, and Vert.x. Vert.x is introduced as an asynchronous and non-blocking toolkit for building reactive applications. It uses an event loop and event bus to communicate between components. Examples are given of how Vert.x handles failures through circuit breakers and timeouts, and provides load balancing and request/response messaging. Raven and a fraud detection system are presented as examples built on Vert.x handling large volumes of data through asynchronous and non-blocking processing.