Add the screenshot to the README

This commit is contained in:
R. Tyler Croy 2014-11-23 21:10:57 -08:00
parent 9474c24efd
commit 97583ccf8f
2 changed files with 5 additions and 0 deletions

View File

@ -5,3 +5,6 @@ for inspecting and consuming events from [Kafka](http://kafka.apache.org).
The primary goal of this tool is to give you real-time insight into a running
Kafka cluster.
![Watching topics in action](http://strongspace.com/rtyler/public/offtopic-watching-topics-20141123.png)

View File

@ -36,6 +36,8 @@ dependencies {
compile 'org.apache.curator:curator-framework:2.7.0+'
compile 'org.apache.commons:commons-pool2:2.2+'
compile 'org.apache.kafka:kafka_2.10:0.8.1.1+'
testCompile 'org.spockframework:spock-core:0.7-groovy-2.0'
}
////////////////////////////////////////////////////////////////////////////////