In this repository we have configured a postgres connector, and a redis sink.
docker-compose build
docker-compose up
cd kafka/connector
curl -X POST -H "Accept:application/json" -H "Content-Type: application/json" --data @postgres-source.json http://localhost:8088/connectors
curl -s -X POST -H 'Content-Type: application/json' --data @redis-sink.json http://localhost:8088/connectors
http://localhost:9021
curl -s -X GET -H 'Content-Type: application/json' http://localhost:8088/connectors