Skip to content

jllangley/kafka-krawler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Kafka-Krawler

This script was designed to iterate through all kafka topics on a server and download the data in each topic.

Data will be saved as json files in a {ip_address}.{topic_name}.json format.

Usage:

  • usage for one ip address.
python3 kafka-krawler.py --bootstrap-server {ip_address}
  • usage for multiple ip addresses
    • Put your list of servers into a file named "bootstrap_servers.txt"
    • one server per line.
    python3 kafka-krawler.py

About

KafkaKrawler: The Data Discovery Tool

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages