offtopic/README.adoc

1.3 KiB

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