An open API service indexing awesome lists of open source software.

https://github.com/dzikowski/simple-kafka-storm-java


https://github.com/dzikowski/simple-kafka-storm-java

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

simple-kafka-storm-java
=======================

This is a simple example of using Kafka, Storm and Storm Trident.

**Note**: you should have the newest version of Storm in your local Maven repository.
You can do this by executing in terminal:

```sh
git clone https://github.com/apache/storm
cd storm
mvn clean install -DskipTests=true
```