Kafka Connect API ¶
Install ¶
On your system ¶
pip install kafka-connect-api
For your local user ¶
pip install kafka-connect-api --user
In a virtual environment ¶
python3 -m venv venv
source venv/bin/activate
pip install pip -U;
pip install kafka-conect-api
Modules and Source Code
Additional content
Indices and tables ¶
Credits ¶
This package would not have been possible without the amazing job done by the AWS CloudFormation team! This package would not have been possible without the amazing community around Troposphere ! This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.