offtopic/README.adoc

29 lines
1.3 KiB
Plaintext
Raw Normal View History

= Offtopic
image:https://travis-ci.org/rtyler/offtopic.svg?branch=master["Build Status", link="https://travis-ci.org/rtyler/offtopic"]
image:https://api.bintray.com/packages/rtyler/maven/offtopic/images/download.svg[link="https://bintray.com/rtyler/maven/offtopic/_latestVersion"]
Offtopic is a simple web application built with link:http://ratpack.io[Ratpack]
for inspecting and consuming events from link:http://kafka.apache.org[Apache Kafka]
The primary goal of this tool is to give you real-time insight into a running
Kafka cluster.
2015-09-03 15:31:52 +00:00
image:http://strongspace.com/rtyler/public/offtopic-0.2.0-topicwatch.png['Watching topics in action']
== System Requirements
* Java 8
* link:http://zookeeper.apache.org[Apache Zookeeper]
* link:http://kafka.apache.org[Apache Kafka]
== Features
* **Watch**: From the `/topics` page clicking the "watch" button will set up a
WebSockets-based stream of events straight from Kafka to your browser
* **Multipass**: From the `/topics` page you can select multiple topics to
watch at once (link:http://strongspace.com/rtyler/public/offtopic-usemultipass-20141125.png[screenshot of multipass in action])
* **Binary data support**: Clicking on a message row in the "watch" view will
drop down a base64-encoded version of the message data