📄️ Introduction to Event Driven Architecture
Learn how to build scalable, loosely coupled systems using events instead of direct communication.
📄️ Producing Events with Kafka
Learn how to send events to Kafka using Spring Boot and the KafkaTemplate.
📄️ Consuming Events with Kafka
Learn how to receive and process events from Kafka using Spring Boot's @KafkaListener.