I am configuring MySQL Group Replication in multi-primary mode to replicate all databases between two members and allowing writes on either. I have my two members IP addresses configured in the whitelist and seed list: loose-group_replication_ip_whitelist = “x.x.x.x,y.y.y.y.” loose-group_replication_group_seeds = “x.x.x.x:33061,y.y.y.y:33061” My understanding is that if in a month or two I want add aRead more