https://github.com/eset/kafka-browser
Kafka message viewer
https://github.com/eset/kafka-browser
java kafka
Last synced: 9 months ago
JSON representation
Kafka message viewer
- Host: GitHub
- URL: https://github.com/eset/kafka-browser
- Owner: eset
- License: other
- Created: 2019-07-04T01:47:21.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2021-09-21T18:53:50.000Z (over 4 years ago)
- Last Synced: 2023-08-18T22:28:28.974Z (almost 3 years ago)
- Topics: java, kafka
- Language: CSS
- Size: 489 KB
- Stars: 8
- Watchers: 6
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Kafkabrowser
==============
Simple Vaadin application for browsing Kafka messages

## 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`
3. To compile the entire project, run
```
mvn install
```
4. To run the application
```
mvn jetty:run
```
5. Open in your browser this: http://localhost:8080/
6. If Snappy compression in topics is enabled set exec flag on tmp
```
mount -o remount,exec /var/tmp/
mount -o remount,exec /tmp/
```