Uses of Class
io.debezium.connector.mongodb.ConnectionContext.MongoPrimary
Packages that use ConnectionContext.MongoPrimary
-
Uses of ConnectionContext.MongoPrimary in io.debezium.connector.mongodb
Methods in io.debezium.connector.mongodb that return ConnectionContext.MongoPrimaryModifier and TypeMethodDescriptionConnectionContext.primaryFor(ReplicaSet replicaSet, Filters filters, BiConsumer<String, Throwable> errorHandler) Obtain a client that will repeatedly try to obtain a client to the primary node of the replica set, waiting (and using this context's back-off strategy) if required until the primary becomes available.