docker-compose up -ddocker-compose down -vcurl -X POST \
-H "Content-Type: application/json" \
--data '@influxdb-sink-config.json' \
http://localhost:8083/connectorscurl -X DELETE http://localhost:8083/connectors/influxdb-sink-connectorcurl -i -X POST \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
--data @s3-sink-config.json \
http://localhost:8083/connectorskafka-console-consumer \
--bootstrap-server kafka:9093 \
--topic EQUIPMENT \
--from-beginningaws configuresink-connector는 Kafka Connect의 REST API를 통해 등록 및 삭제합니다.- S3 또는 InfluxDB와의 연동 전, 인증키 및 접속 설정이 올바른지 확인하세요.