Comment #7 on issue 1871 by vladimir.ralev: Implement 2 nodes clusters linear scalability
http://code.google.com/p/mobicents/issues/detail?id=1871
This is actually working and unless you have other ideas we can close. It works with an LB property that groups IP addresses: subclusterMap=( 192.168.1.1, 192.168.1.2 ) ( 10.10.10.10, 20.20.20.20, 30.30.30.30)
Users can plan their network and use some convention to group nodes in their subnet, for example they can map their whole subnet: subclusterMap=( 192.168.1.1, 192.168.1.2 )( 192.168.1.3, 192.168.1.4 )( 192.168.1.5, 192.168.1.6 ) ... etc
The nodes do not have to be be alive, they can join later or join never. The biggest limitation with this feature is that we just don't know how the users prefer to configure the network.
