Event-Driven Architectures
I've recently finished a project using Java with Spring Boot and Gradle to create a Kafka producer and consumer. This project demonstrates the essential components and configurations needed to run a Kafka producer and consumer locally.
🔗 Check it out on GitHub:
Producer
Consumer
https://github.com/DarioCM/kafka-consumer
Docker Installation
https://github.com/DarioCM/kafka-installation
Local Installation
https://anushasp07.medium.com/kafka-installation-and-execution-003fd358203f
Feel free to explore, give feedback, or contribute!
#Kafka #Java #SpringBoot #Gradle #OpenSource #Project