From 97583ccf8f6a97c7887a8587fd7aced5ad080251 Mon Sep 17 00:00:00 2001 From: "R. Tyler Croy" Date: Sun, 23 Nov 2014 21:10:57 -0800 Subject: [PATCH] Add the screenshot to the README --- README.md | 3 +++ build.gradle | 2 ++ 2 files changed, 5 insertions(+) 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' } ////////////////////////////////////////////////////////////////////////////////