Skip to content

vanwagenenj/kafka-connect-manager

 
 

Repository files navigation

kafka-connect-manager

GitHub Actions Docker Hub repository

A Python client to configure and create connectors using the Kafka Connect API.

Overview

Kafka-connect-manager helps to configure and create Kafka connectors. It can select Kafka topics using a regular expression and exclude topics added to a exclusion list. The auto-update option dynamically updates the connector if topics are created or deleted in Kafka.

Kafka-connect-manager can validate the connector configuration and return the validation output in case of errors.

Kafka-connect-manager provides a command line interface (CLI) to interact with the Kafka Connect API. Using the CLI you can manage existing connectors or create a new one.

To deploy a supported connector, you can use the kafka-connect-manager Helm chart.

Supported connectors

See the docs for more information.

About

A Python client to configure and create connectors using the Kafka Connect API.

Resources

Contributing

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Python 91.6%
  • Dockerfile 4.7%
  • Makefile 2.0%
  • Shell 1.7%