Simple Vaadin application for browsing Kafka messages
- 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
- Edit Kafka clusters \src\main\webapp\appconf.xml
- Check that your java version is >=1.8:
mvn --version
Unless change java_home
- To compile the entire project, run
mvn install
- To run the application
mvn jetty:run
- Open in your browser this: http://localhost:8080/
- If Snappy compression in topics is enabled set exec flag on tmp
mount -o remount,exec /var/tmp/
mount -o remount,exec /tmp/