📄️ Intro
Up until this point, the application you've built has been concerned with dealing with synchronous requests. A web application to manage user authentication. But modern applications aren't just made up of synchronous request handlers—they often need to perform work in the background, outside the direct flow of a request/response cycle.
📄️ Challenge
1. Let's implement a service to process messages from Kafka