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
kafka_connect_api-0.5.4.tar.gz
(14.4 kB
view hashes)
Built Distribution
Close
Hashes for kafka_connect_api-0.5.4-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 38c9d5148d2d63b74e8581904adfefbfb03d4cad8ea6511a2765b6454177cd4f |
|
MD5 | cbcef11fe5a49fed31218010a134d9be |
|
BLAKE2b-256 | 95b467175a5b15789f9df903733d96206ce62decbfe99705da1cb9ff75309875 |