Skip to content

An example implementation of kafka data pipeline in scala

Notifications You must be signed in to change notification settings

d-vignesh/Kafka_Scala_Example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

An example implementation of kafka data pipeline in scala.

The application consists of a DataProducer class that publishes message to a kafka cluster and a DataConsumer class which consumes the data from kafka cluster.

To run the application we need a running kafka-cluster and sbt installed in our system.

  • execute the DataConsumer class is a terminal via sbt using the command : runMain DataConsumer localhost:9092 test quickstart
  • executed the DataProducer class in another terminal via sbt using the command : runMain DataProducer 3 quickstart localhost:9092

About

An example implementation of kafka data pipeline in scala

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages