Java Kafka Programming
Java Programming lessons & activities for creating a Kafka Project base with Maven or Gradle and Complete Kafka Producer and Kafka Consumer
Installing Kafka (including the part about installing the Java 11 JDK)
Preferred: install IntelliJ Community Edition
In this section, we'll use Java programming language to programmatically replicate what we were able to achieve with Kafka CLI.
The following tutorials are recommended:
Creating a Kafka Project base with (whichever you prefer):
Advanced tutorials exist for the consumers, but the above links should be enough to get started!
PreviousKafka SDK List
NextCreating a Kafka Java Project using Maven (pom.xml)