Go to file
R. Tyler Croy 413929de56
Upgrade a bunch of dependencies; moving to the latest stable of Ratpack (0.9.19)
2015-09-02 04:49:23 -07:00
gradle/wrapper Upgrade a bunch of dependencies; moving to the latest stable of Ratpack (0.9.19) 2015-09-02 04:49:23 -07:00
src Use slf4j simple logger to get logs to stdout 2014-12-01 21:52:52 -08:00
.gitignore Ratpack requires Java 1.8 2014-12-01 21:31:53 -08:00
.travis.yml Add travis builds 2014-12-13 17:06:22 -08:00
README.md Add build/download badges 2014-12-13 17:54:02 -08:00
gradle.properties Upgrade a bunch of dependencies; moving to the latest stable of Ratpack (0.9.19) 2015-09-02 04:49:23 -07: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
offtopic.gradle Upgrade a bunch of dependencies; moving to the latest stable of Ratpack (0.9.19) 2015-09-02 04:49:23 -07:00
settings.gradle updating to recommended gradle build format 2015-06-05 11:21:27 -05:00

README.md

Offtopic

Build Status Download

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 (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