Tag: event-driven

Implementing Kafka topic consumption in Micronaut

waterfalls under grey sky

Reading Time: 6 minutes Apache Kafka is one of the most used open-source distributed event streaming platforms when we talk about event-driven microservices architecture. This system brings great features, such as scalability handling, data transformation, and fault-tolerance, among others, that make Apache Kafka so popular for infrastructure, architecture, and developer teams. Micronaut is a modern Java framework, with a …