Pre-requisites for Kafka programming with Java
- Installing Kafka (including the part about installing the Java 11 JDK)
- Preferred: install IntelliJ Community Edition
Kafka programming activities
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):
- Complete Kafka producer
- Complete Kafka consumer