Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 969 Bytes

README.md

File metadata and controls

32 lines (22 loc) · 969 Bytes

Apache Kafka Stream Producer

Able to send data on Kafka Stream

Prerequisites

  • JDK - 1.8
  • SBT Version - 1.1.5
  • Scala Version - 2.11.11
  • Apache Spark Version - 2.3.0
  • mvn version - 3.5.4
  • Apache Kafka Version - 2.0.0 Runs on Port: 9092
  • ZooKeeper Version - 3.4.12 Runs on Port: 2181
  • IntelliJ IDE CE 2018

Installation

Before Running the App

  • Please keep Zookeeper and Kafka Server running in the background

Project Contents

  • kafkaProducer: Send data on Kafka Stream