Go to file
R. Tyler Croy 943f4b2e61
Ignore idea files
2015-09-02 06:13:31 -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 Allow overriding the zookeepers property at runtime 2015-09-02 06:12:09 -07:00
.gitignore Ignore idea files 2015-09-02 06:13:31 -07:00
.travis.yml Add travis builds 2014-12-13 17:06:22 -08:00
README.adoc Update the README with some newer formatting 2015-09-02 04:59:02 -07:00
build.gradle Allow overriding the zookeepers property at runtime 2015-09-02 06:12:09 -07:00
gradle.properties Disable the daemon; restarting too often in local dev 2015-09-02 06:12:49 -07:00
gradlew
gradlew.bat
settings.gradle Move offtopic.gradle to build.gradle 2015-09-02 04:51:46 -07:00

README.adoc

<html lang="en"> <head> </head>

Offtopic

Build Status download

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

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

Watching topics in action

System Requirements

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

</html>