I am contemplating setting up a zookeeper ensemble across multiple facilities. I know the docs warn against multi-facility emsembles, but for the sake of discussion can we assume that all are connected with the same reliability/performance you'd expect if they were all in the same LAN.
Imagine a ensemble with three facilities (A, B and C). Within each facility there are 3 instances of zookeeper. So total 9 members of the ensemble which gives us quorum at 5 instances. All facilities are connected with point-to-point connections between each other (by point-to-point i'm implying that if the connection between A and C went down that A could not talk to C via B). With this environment what behaviors would I see if for example the link between A and B went down? Any other recommendations? thanks, steve
