Skip to content

Irtebat/kafka-misc_scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kafka Misc Scripts

Overview

This repository is intended to house a variety of scripts focused on Kafka operations, management, and monitoring.

Requirements

  • Python 3.x
  • Confluent Kafka Python client

Scripts and Functions

  1. Script: fetch-metadata.py
    Function: Retrieves and displays metadata from the Kafka cluster, including broker details, topic information, partitions, replicas, and other key metadata insights.

Installation

  1. Clone the repository:

    git clone <>
    cd <>
  2. Install dependencies:

    pip install -r requirements.txt

Configuration

The Kafka client configuration is set within admin-config.ini. Adjust the configurations here to match your Kafka cluster settings.

Usage

python3 <script-name>.py

License

This project is licensed under the MIT License.

Contributing

Contributions are welcome! Please submit a pull request or open an issue to discuss any changes or improvements.

Contact

For any questions or support, please contact Irtebat at [email protected].

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages