Kafka management utils
Project description
Kafka-Utils
A suite of python tools to interact and manage Apache Kafka clusters. Kafka-Utils runs on python 3.7+.
Configuration
Kafka-Utils reads cluster configuration needed to access Kafka clusters from yaml files. Each cluster is identified by type and name.
Multiple clusters of the same type should be listed in the same type.yaml file.
The yaml files are read from $KAFKA_DISCOVERY_DIR, $HOME/.kafka_discovery and /etc/kafka_discovery, the former overrides the latter.
Sample configuration for sample_type cluster at /etc/kafka_discovery/sample_type.yaml
---
clusters:
cluster-1:
broker_list:
- "cluster-elb-1:9092"
zookeeper: "11.11.11.111:2181,11.11.11.112:2181,11.11.11.113:2181/kafka-1"
cluster-2:
broker_list:
- "cluster-elb-2:9092"
zookeeper: "11.11.11.211:2181,11.11.11.212:2181,11.11.11.213:2181/kafka-2"
local_config:
cluster: cluster-1
Install
From PyPI:
$ pip install kafka-utils
Kafka-Utils command-line interface
List all clusters
$ kafka-utils
cluster-type sample_type:
cluster-name: cluster-1
broker-list: cluster-elb-1:9092
zookeeper: 11.11.11.111:2181,11.11.11.112:2181,11.11.11.113:2181/kafka-1
cluster-name: cluster-2
broker-list: cluster-elb-2:9092
zookeeper: 11.11.11.211:2181,11.11.11.212:2181,11.11.11.213:2181/kafka-2
Get consumer offsets
$ kafka-consumer-manager --cluster-type sample_type offset_get sample_consumer
Get consumer watermarks
$ kafka-consumer-manager --cluster-type sample_type get_topic_watermark sample.topic
Rebalance cluster cluster1 of type sample_cluster
$ kafka-cluster-manager --cluster-type sample_type --cluster-name cluster1
--apply rebalance --brokers --leaders --max-partition-movements 10
--max-leader-changes 15
Rolling-restart a cluster
$ kafka-rolling-restart --cluster-type sample_type
Check in-sync replicas
$ kafka-check --cluster-type sample_type min_isr
Check number of unavailable replicas
$ kafka-check --cluster-type sample_type replica_unavailability
Documentation
Read the documentation at Read the Docs.
License
Kafka-Utils is licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0
Contributing
Everyone is encouraged to contribute to Kafka-Utils by forking the Github repository and making a pull request or opening an issue.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file kafka-utils-4.1.0.tar.gz.
File metadata
- Download URL: kafka-utils-4.1.0.tar.gz
- Upload date:
- Size: 106.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bd74de6cf5c48740a9bd3899a9de1b41ffd6a8e06963f7fccf9d52b1d62e1f17
|
|
| MD5 |
3d679e8521afb95bf47979f71bcea28f
|
|
| BLAKE2b-256 |
96cd7db60eb657771b79673e4bc6ad9882fedf8a0604134ef91838b7a6e463b9
|
File details
Details for the file kafka_utils-4.1.0-py3-none-any.whl.
File metadata
- Download URL: kafka_utils-4.1.0-py3-none-any.whl
- Upload date:
- Size: 171.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3cf918f13991d9ff2d87cf7922f22642508317dcc1e93f52cbc22c282a18368b
|
|
| MD5 |
a58fea6a86f8a0e5370f4967c79cc5ea
|
|
| BLAKE2b-256 |
458d1bf742cfdd52ca0e91dfe074dca91beb13d12e1535b42206ad1fde02a389
|