All Talks

Building Resilient Clojure Apps

Resiliency is the ability to recover from failures and continue to function. It is not about avoiding failures but accepting the fact that failures will happen and responding to them in a way that avoids downtime or data loss. The goal of resiliency is to return the application to a fully functioning state after a failure. In this talk we will take a look at some of the solutions, libraries, and implementation approaches available to the Clojure ecosystem for building resilient applications. …

You might be interested in: