offtopic/README.md

30 lines
1.2 KiB
Markdown
Raw Normal View History

2014-11-23 18:08:50 +00:00
# Offtopic
2014-12-14 01:54:02 +00:00
[![Build Status](https://travis-ci.org/rtyler/offtopic.svg?branch=master)](https://travis-ci.org/rtyler/offtopic)
[ ![Download](https://api.bintray.com/packages/rtyler/maven/offtopic/images/download.svg) ](https://bintray.com/rtyler/maven/offtopic/_latestVersion)
2014-11-23 18:08:50 +00:00
Offtopic is a simple web application built with [Ratpack](http://ratpack.io)
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.
2014-11-24 05:10:57 +00:00
![Watching topics in action](http://strongspace.com/rtyler/public/offtopic-secevents-20141125.png
)
2014-11-24 05:10:57 +00:00
## Requirements
* Java 8
* Zookeeper
* 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
2014-11-25 21:27:43 +00:00
watch at once ([screenshot of multipass in action](http://strongspace.com/rtyler/public/offtopic-usemultipass-20141125.png))
* **Binary data support**: Clicking on a message row in the "watch" view will
drop down a base64-encoded version of the message data