Open chainlink opened 8 years ago
I am getting the same error. Did you ever figure anything out on this?
Same error. @chainlink Did you manage to get past this?
Hi, is Mongodb properly configured? Is the replica set oplog queryable?
I believe so, could you paste me a query to test?
execute command mvn clean package -DskipTests
can slove this issue
I'm having trouble producing a jar to use, as mvm package is failing.
I've modified the port configuration in
MongodbSourceConnectorTest.java
andmongodb/MongodbSourceTaskTest.java
to connect to local mongo, and ensured there is ars0
replication group present in local mongo. I've also ensured there is a mydb database present.It seems to be failing on the following line https://github.com/DataReply/kafka-connect-mongodb/blob/master/src/test/java/org/apache/kafka/connect/mongodb/MongodbSourceTaskTest.java#L112