Skip to content

A template to process kafka-streaming (using spark job) by just incorporating logic.

License

Notifications You must be signed in to change notification settings

cchitwan/kafka-spark-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This library helps to give a starting point for a spark job to get single JavaDStream from kafka topic event.

You just need to define how you want to process it at each RDD/Partion level.

Run TestApp by by providing --config test-config.yml

java TestApp --config test-config.yml

java -jar <test.jar> --config test-config.yml

About

A template to process kafka-streaming (using spark job) by just incorporating logic.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages