Installation

With docker

docker run --rm -it --network host -v ${PWD}/config.yaml:/config.yaml public.ecr.aws/compose-x/kafka-connect-watcher -c /config.yaml

With python

python -m venv watcher
source watcher/bin/activate
pip install pip -U; pip install kafka-connect-watcher
kafka-connect-watcher -c config.yaml