Go to file
R. Tyler Croy 18ef7b8219 Add some requirements and features to the readme 2014-11-25 13:09:34 -08:00
gradle/wrapper Add gradle wrappers 2014-11-23 10:08:17 -08:00
src Wrap the message content in a pre-scrollable to make sure it doesn't obliterate the screen real estate 2014-11-25 10:53:40 -08:00
.gitignore Initial commit 2014-11-23 10:06:34 -08:00
README.md Add some requirements and features to the readme 2014-11-25 13:09:34 -08:00
build.gradle Add some requirements and features to the readme 2014-11-25 13:09:34 -08:00
gradle.properties Default to using the gradle daemon for local work 2014-11-23 11:28:05 -08:00
gradlew Add gradle wrappers 2014-11-23 10:08:17 -08:00
gradlew.bat Add gradle wrappers 2014-11-23 10:08:17 -08:00

README.md

Offtopic

Offtopic is a simple web application built with Ratpack for inspecting and consuming events from Kafka.

The primary goal of this tool is to give you real-time insight into a running Kafka cluster.

Watching topics in action

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 watch at once
  • Binary data support: Clicking on a message row in the "watch" view will drop down a base64-encoded version of the message data