Connects a Mongo node (a Docker container) back to its network
with forcing a cluster reconfiguration (for instance, in case
there is no master in a cluster after some network disconnection).
convert(S) - Method in interface com.github.silaev.mongodb.replicaset.converter.Converter
Constructs a full-featured MongoDB cluster for integration testing, reproducing production issues, learning distributed systems by the example of MongoDB.
Converts MongoReplicaSetInputProperties to ApplicationProperties
by evaluating properties located in different sources
(a yml file, a system property or a default value).
Waits for a reelection in a replica set to completion
based on the appearance of a master node that is not equal to a
provided previousMasterMongoNode.