Able to use Debezium connector with atlas free tier?

Able to use Debezium connector with atlas free tier?

When I tried to use Debezium connector capture data from atlas but I got error as:

connect | [2021-11-19 06:50:25,594] ERROR Error while attempting to read from oplog on ‘atlas-XXXX-shard-0/gls-shard-AAAA.mongodb.net:27017,gls-shard-BBBB.mongodb.net:27017,gls-shard-CCCC.mongodb.net:27017’:

Query failed with error code 8000 and error message ‘noTimeout cursors are disallowed in this atlas tier’ on server gls-shard-AAA.mongodb.net:27017 (io.debezium.connector.mongodb.MongoDbStreamingChangeEventSource)

connect | com.mongodb.MongoQueryException: Query failed with error code 8000 and error message ‘noTimeout cursors are disallowed in this atlas tier’ on server gls-shard-AAA.mongodb.net:27017

The shared tiers, share an oplog so due to secure concerns you can’t access them. That said, use the MongoDB Connector for Apache Kafka as it uses Change Stream and not the OpLog. https://www.mongodb.com/docs/kafka-connector/current/

1 Like

This topic was automatically closed 5 days after the last reply. New replies are no longer allowed.