.gitignore
.pre-commit-config.yaml
CHANGELOG.rst
Dockerfile
LICENSE
MANIFEST.in
Makefile
README.rst
pyproject.toml
setup.cfg
setup.py
.github/dependabot.yml
.github/workflows/ci.yaml
connectors/jdbc_sink/jdbc-sink-connector.json
connectors/mirrormaker2/checkpoint-connector.json
connectors/mirrormaker2/docker-compose.yaml
connectors/mirrormaker2/heartbeat-connector.json
connectors/mirrormaker2/mirror-source-connector.json
cp-kafka-connect/.gitignore
cp-kafka-connect/Dockerfile
cp-kafka-connect/Makefile
cp-kafka-connect/README.rst
docs/Makefile
docs/changelog.rst
docs/cli.rst
docs/conf.py
docs/configuration.rst
docs/contributing.rst
docs/development.rst
docs/index.rst
docs/installation.rst
docs/manifest.yaml
docs/overview.rst
docs/release.rst
docs/userguide.rst
requirements/dev.in
requirements/dev.txt
requirements/main.in
requirements/main.txt
scripts/install-base-packages.sh
src/kafkaconnect/__init__.py
src/kafkaconnect/cli.py
src/kafkaconnect/config.py
src/kafkaconnect/connect.py
src/kafkaconnect/topics.py
src/kafkaconnect.egg-info/PKG-INFO
src/kafkaconnect.egg-info/SOURCES.txt
src/kafkaconnect.egg-info/dependency_links.txt
src/kafkaconnect.egg-info/entry_points.txt
src/kafkaconnect.egg-info/not-zip-safe
src/kafkaconnect.egg-info/top_level.txt
src/kafkaconnect/influxdb_sink/__init__.py
src/kafkaconnect/influxdb_sink/cli.py
src/kafkaconnect/influxdb_sink/config.py
src/kafkaconnect/jdbc_sink/__init__.py
src/kafkaconnect/jdbc_sink/cli.py
src/kafkaconnect/mirrormaker2/__init__.py
src/kafkaconnect/mirrormaker2/cli.py
src/kafkaconnect/s3_sink/__init__.py
src/kafkaconnect/s3_sink/cli.py
src/kafkaconnect/s3_sink/config.py
tests/.gitignore
tests/__init__.py
tests/cli_test.py
tests/connect_test.py
tests/docker-compose.yml
tests/integration_test.py
tests/topics_test.py
tests/cassettes/test_config.yaml
tests/cassettes/test_create_or_update.yaml
tests/cassettes/test_info.yaml
tests/cassettes/test_list.yaml
tests/cassettes/test_pause.yaml
tests/cassettes/test_plugins.yaml
tests/cassettes/test_remove.yaml
tests/cassettes/test_restart.yaml
tests/cassettes/test_resume.yaml
tests/cassettes/test_status.yaml
tests/cassettes/test_tasks.yaml
tests/cassettes/test_topics.yaml
tests/cassettes/test_validate.yaml