Skip to content

goldeelox/kafka-topic-tracer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kafka-topic-tracer

Utility to live monitor a Kafka topic message rate/throughput.

Usage

Usage of ./kafka-topic-tracer:
  -bootstrap-server string
    	The Kafka server to connect to (default "localhost:9092")
  -group-id string
    	Consumer group.id (default "kafka-topic-tracer")
  -topic string
    	Name of topic to trace

Sample output

$ ./kafka-topic-tracer -topic test
Broker: localhost:9092, Topic: test
    Elapsed time: 27s, Messages recieved: 1000 (37.04/sec), Average size: 100

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages