Skip to content

Nairu/KafkaMonitor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kafka Monitor

Kafka Monitor is a multi-threaded API that provides information about kafka instances, including topics defined and throughput of records.

Usage

From the root of the directory run:

mvn clean package

And then execute the jar from the from targets directory.

Configuration is done through the endpoint "/config" and takes a document of the form:

{
  "bootstrapServer": "localhost:9092",
  "startFromBeginning": "true",
  "ignoreInternalTopics": "true",
  "ignoreTopics": ["topic1", "topic2"]
}

The fields should be self explanatory.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages