Hello folks.
I am trying to connect a MongoDB Atlas cluster to Confluent Cloud using the fully managed connector. I am running into an error ‘Unable to connect to the server’.
- The cluster type in Confluent is Basic which can only support public endpoints in Mongo.
- The connection type in Atlas is ‘Standard connection’ and required IPs have been whitelisted. So I believe the endpoint is public.
- But when an nslookup is done on the shards of this cluster, it gives private IPs.
Question is are the IPs of the shards relevant to any external connection to Atlas, i.e., I should take it as a private endpoint if the shards are on private IPs?