An open API service indexing awesome lists of open source software.

https://github.com/jfarleyx/kafka-beginners-course

Java project for producing and consuming data in Apache Kafka. This is part of Stephane Maarek's beginner Kafka course in Udemy.
https://github.com/jfarleyx/kafka-beginners-course

java java-8 kafka kafka-consumer kafka-consumers

Last synced: 2 months ago
JSON representation

Java project for producing and consuming data in Apache Kafka. This is part of Stephane Maarek's beginner Kafka course in Udemy.

Awesome Lists containing this project

README

          

# kafka-beginners-course

Java application that produces and consumes data in Apache Kafka. Created as part of Stephane Maarek's Udemy course titled Learning Apache Kafka for Beginners v2. I highly recommend the course if you're new to Apache Kafka.

This application will show you how to produce messages to Kafka, as well as consume messages from Kafka.