Hi, maybe this is a topic out of the scope of the course but I’d like to know if there is a way for avoiding any kind of networking saturation using different interfaces for replication and client connections to the ReplicaSet cluster, I mean, I had different network interfaces for each node and I’d like to use the internal one for replication between nodes and the other for clients connections, in this way replication traffic and service traffic will be isolated and not impacted between them.
How should be the right configuration for it?
Thanks