When doing event-driven applications using Kafka, on the consumer side, after receiving the Kafka message, your application needs to do something with it. For this blog post, let’s call this part “Processing the message”. What is Kafka again? But before we dive into that, let’s make sure we’re all on the same page and…