/kafka-browser

Kafka message viewer

Primary LanguageCSSOtherNOASSERTION

Kafkabrowser

Simple Vaadin application for browsing Kafka messages

Kafka browser

Features

  • message viewer (plain, pretty JSON and XML, HEX)
  • search message by offset
  • multiple Kafka clusters support
  • filter messages in current view
  • highlight text in message
  • authentication SASL support to browse password protected topics

Usage

  1. Edit Kafka clusters \src\main\webapp\appconf.xml
  2. Check that your java version is >=1.8:
mvn --version

Unless change java_home

  1. To compile the entire project, run
mvn install
  1. To run the application
mvn jetty:run
  1. Open in your browser this: http://localhost:8080/
  2. If Snappy compression in topics is enabled set exec flag on tmp
  mount -o remount,exec /var/tmp/
  mount -o remount,exec /tmp/