in order to use mongodb transactions, the servers have to be deployed as a replica set or sharded cluster. This requires passing in additional options when docker starts. This change makes it so
Replication is turned on by passing in --replSet as a container argument. Usage would look something like this
in order to use mongodb transactions, the servers have to be deployed as a replica set or sharded cluster. This requires passing in additional options when docker starts. This change makes it so
Replication is turned on by passing in
--replSet
as a container argument. Usage would look something like this