Apache Kafka Series Learn Apache Kafka for Beginners v2 - vidyasekaran/current_learning GitHub Wiki

Apache Kafka Series - Learn Apache Kafka for Beginners v2 src code in local : D:\Kafka-Beginner-Udemy\code\code

Good Resource on Kafka / logstash etc : https://facingissuesonit.com/2017/05/06/integrate-logstash-with-kafka/

Source code in git : https://github.com/vidyasekaran/kafka-beginners-course.git (Play with kafka consumer/producer, kafka connect, kafka streams)

Refer for more : simplesteph/kafka-beginners-course

for Kafka CLI we can use below https://medium.com/@TimvanBaarsen/apache-kafka-cli-commands-cheat-sheet-a6f06eac01b

Kafka downloaded and setup in : In kafka config i had to point to zookeeper ip : 0.0.0.0 Zookeeper downloaded and setup :

Starting kafka server - D:\softwares\kafka_2.12-2.6.0>.\bin\windows\kafka-server-start.bat .\config\server.properties

Start kafka consumer : D:\softwares\kafka_2.12-2.6.0\bin\windows>kafka-console-consumer.bat --bootstrap-server localhost:9092 --topic test