Then, let's put kafka producer and consumer in practice consecutively previous posts(2020/12/18 - [KAFKA] - install and execute kafka from AWS, 2020/12/18 - [KAFKA] - install and execute kafka on my MAC). set up the producer In my case, I used IntelliJ IDEA. package com.tacademy; import org.apache.kafka.clients.producer.KafkaProducer; import org.apache.kafka.clients.producer.ProducerConfig; impo..