curl -i -X PUT -H "Content-Type:application/json" \
    http://localhost:8083/connectors/jdbc_sink/config \
    -d @sink_config.json

curl -i -X PUT -H "Content-Type:application/json" \
    http://localhost:8083/connectors/sf_source/config \
    -d @source_config.json
