startappdev / kafka-connect-mongodb

MongoDB sink connector for Kafka Connect
Apache License 2.0
13 stars 9 forks source link

could not #5

Closed Tiyadong closed 7 years ago

Tiyadong commented 7 years ago

Following your curl command to register the connector here, curl -X POST -H "Content-Type: application/json" --data @/tmp/mongo_connector_configs.json http://ec2-52-62-139-3.ca-central-1.compute.amazonaws.comlocalhost:8083/connectors

I checked on http://ec2-52-62-139-3.ca-central-1.compute.amazonaws.com:8083 {"version":"0.10.0.2.5.3.0-37","commit":"6449c38a63c093f9"}

if I checked on http://ec2-52-60-119-2.ca-central-1.compute.amazonaws.com:8083/connectors This site can’t be reached

Can you please tell what I missed here?

RazOmessi commented 7 years ago

Hi,

See the differences in your addresses: http://ec2-52-62-139-3.ca-central-1 http://ec2-52-60-119-2.ca-central-1