Skip to content

Compuabhi/kafka-storm-state

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

kafka-storm-state

The project uses kafka as the data source. And uses TransactionalTopologies. Will be later used for storing states by the bolts. To make storm talk with kafka following artifacts(jars) should be downloaded from maven repo(See the pom.xml) :

  • scala-library
    
  • kafka_2.9.2
    
  • javax.inject
    
  • zkclient
    
  • metrics-core
    
  • spring-context
    

These jars should be placed inside the lib directory of storm. The exact versions of the above dependencies are specified in pom.xml file.

Note

Check the repo storm-redis for the complete implementation.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%