Go to file
R. Tyler Croy ecfa66e6f5 Start fleshing out serving assets and the FE side of the app 2015-06-01 06:49:43 -07:00
gradle Add some initial app and configuration code 2015-05-29 18:18:39 -07:00
src Start fleshing out serving assets and the FE side of the app 2015-06-01 06:49:43 -07:00
.gitignore Add a basic health check and make sure `./gradlew run` actually stands up the server 2015-05-29 18:50:44 -07:00
README.md Initial commit of dropwizard branch 2015-05-29 17:39:09 -07:00
build.gradle Start fleshing out serving assets and the FE side of the app 2015-06-01 06:49:43 -07:00
gradle.properties Start fleshing out serving assets and the FE side of the app 2015-06-01 06:49:43 -07:00
gradlew Initial commit of dropwizard branch 2015-05-29 17:39:09 -07:00
gradlew.bat Initial commit of dropwizard branch 2015-05-29 17:39:09 -07:00
offtopic.example.yml Add a basic health check and make sure `./gradlew run` actually stands up the server 2015-05-29 18:50:44 -07:00
offtopic.iml Start fleshing out serving assets and the FE side of the app 2015-06-01 06:49:43 -07:00

README.md

Offtopic!

Build Status Download

Offtopic is a web application 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 7 or higher
  • 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 (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