Home

Awesome

storm-kafka-0.8-plus-test

Test project for storm-kafka-0.8-plus based on information provided in:

Also contains an attempt at a sample implementation of trident state based on [Hazelcast] (http://www.hazelcast.com/)

##Environment setup with Docker

If you are using a Mac follow the instructions here to setup a docker environment.

##Build for running locally:

##Build for running on a Storm cluster:

##Running the test topologies locally

##Running the test topologies on a storm cluster

The Storm UI will be available under: http://<dockerIp>:8080/

The Logviewer will be available under: http://<dockerIp>:8000/ e.g. http://<dockerIp>:8000/log?file=supervisor.log

##Producing data

To feed the topologies with data, start the StormProducer (built in local mode)

Alternatively use the kafka console producer from within the kafka shell (see above)

##Consuming data

To run a DRPC query, start the DrpcClient (built in local mode)