Apache Kafka Connect client
Project description
Documentation: https://kafka-connect-api.readthedocs.io.
Install
pip install kafka-connect-api
Usage
from kafka_connect_api.kafka_connect_api import Api, Cluster
api = Api(connect.cluster, port=8083)
cluster = Cluster(api)
print(cluster.connectors)
Features
Allows you to interact with the Kafka Connect API (API Reference) in a simple way.
Connection to cluster (supports Basic Auth)
List all connectors in the cluster
Describe the connector configuration
Update the connector configuration
Pause / Resume Connector
Restart all tasks for the connector
Some pre-made functions can help with operational activities. See kafka_connect_api.aws_lambdas.py
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_connect_api-0.5.8.tar.gz.
File metadata
- Download URL: kafka_connect_api-0.5.8.tar.gz
- Upload date:
- Size: 13.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.5.1 CPython/3.11.4 Linux/6.3.12-100.fc37.x86_64
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cbf2fbedc48595e91337f14e9a9d96cba4fdf0484bea7e80bee52881ed24d5a9
|
|
| MD5 |
36476f2fbd59e892beadf4d182d2f757
|
|
| BLAKE2b-256 |
b37e825ef6431708b447b27848bd4a65762944a6d6086cfbc6312f822ce45c59
|
File details
Details for the file kafka_connect_api-0.5.8-py3-none-any.whl.
File metadata
- Download URL: kafka_connect_api-0.5.8-py3-none-any.whl
- Upload date:
- Size: 14.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.5.1 CPython/3.11.4 Linux/6.3.12-100.fc37.x86_64
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bd9ee7fcef668f53ebfdeaa8e62b756f56bb1d9989b54c3328674fe8d0f65708
|
|
| MD5 |
382e9b4d1a9591f6e2079fb98a9ecb8f
|
|
| BLAKE2b-256 |
9ccaf611d972aef9b7b1a24fe451eea8716c08335d0100e850bcfd7052d9df70
|