Kafka console producer and consumer with example
2020-01-24
Objective :- In this Tutorial we are going to learn how to read data from kafka and how to send data to kafka using console. Create a kafka topic we are creating one kafka topic named as sampleTopic1 For Now we are keeping replication-factor to 1 and partitions to 1.Read More →