Skip to content
This repository has been archived by the owner on Mar 30, 2024. It is now read-only.

fatichar/KafkaGuru

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KafkaGuru

KafkaGuru is a Desktop GUI application to browse messages on a Kafka cluster.

Requirements

To build and/or run KafkaGuru, you will need Java-14. Download the suitable Java bundle for your operating system from https://jdk.java.net/14/, or other vendors as you prefer.

Extract the java archive you downloaded, and set environment variable JAVA_HOME to point to the top-level java directory.

Additionally,, you will also need maven to build the project from source.

Build

Open a terminal, and change to the project direcotry (which contains pom.xml)

Run thew following command:

mvn compile package

This will downloadthe dependencies, build the project, and create a jar file in the target directory.

Run

java -jar target/KafkaGuru-0.2.jar

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages