I'm wondering if it's possible to have weighted failover groups instead of % balanced groups..
In Example:
domain register { prefix 011 { max_targets = 2 target int.domain.com { hash_index = 1 status = 1 comment = "Try me first.." } target int2.domain.com { hash_index = 2 status = 1 comment = "Try me second.." } } }
And if the one with the lowest hash_index responds with a 5XX/6XX/Temporary etc error, send the call to the next highest hash_index, before looking for a shorter prefix?
Essobi