diff --git a/README.md b/README.md index 9fad870..15d789b 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/build.gradle b/build.gradle index 60a6870..19af7f3 100644 --- a/build.gradle +++ b/build.gradle @@ -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' } ////////////////////////////////////////////////////////////////////////////////