Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 622 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 622 Bytes

kafka-hello-world

Module 1 : Kafka Basics (Producer consumer tests)

Module 2 : Twitter Kafka Producer (Fetches tweets with keywords)

Module 3 : Elastic search consumer (Fetches tweets produced by Twitter Kafka Producer and puts them into elastic search)

Module 4 : Kafka Streams API to filter tweets and publish to another topic

Module 5 : Kafka connect-standalone for twitter

Running on Local Environment
  1. Start the zookeeper
    • zookeeper-server-start config/zookeeper.properties
  2. Start the kafka server
    • kafka-server-start config/server.properties
  3. Run the application