use of org.apache.connect.mongo.replicator.MongoClientFactory in project rocketmq-externals by apache.
the class MongoFactoryTest method before.
@Before
public void before() {
this.replicaSetConfig = new ReplicaSetConfig("shardName1", "rep1", "127.0.0.1:27027");
this.sourceTaskConfig = new SourceTaskConfig();
this.mongoClientFactory = new MongoClientFactory(sourceTaskConfig);
}
Aggregations