-
hmmhesaysThe default configs show you can configure multiple brokers per zone
-
hmmhesaysHaven't really dug into it much more than that
-
bongfrog_i guess the difference between clustering the rabbits and multiple would be that secondary rabbits would be all primed no real fail over if you use HAproxy in front, multiple kazoo would have to send every message to each...
-
bongfrog_I thought that the multiple rabbit def was to give kazoo the info on rabbits in other zones...
-
barney_Does anyone use knm_reserverd ?
-
barney_if you query your system for 10 new numbers, each configured carrier including the special reserved carrier is asked to product 10 numbers, then the numbers are orderd in accending number order and the first 10 of the combined list is returned
-
barney_produce 10 numbers*
-
barney_so which ever a carrier returns first wins basically..
-
barney_if you have a bunch of reserved local numbers, unless they return first you'll never get to use them
-
barney_actually... sorry it's not what returns first.. is the 10 lowest numerical order of the combined numbers
-
barney_the whole logic seems a bit broken
-
barney_it should be in the order of carrier preference surely...
-
barney_mc_ ^^
-
hmmhesaysbongfrog_, Yeah I have to look at it more. Curious if I make the primary unavailable if it will fail over to the secondary rabbit
-
barney_mc_ how do I sort a list L=[{a,b,c,d},{e,f,g,h,i}....] sortkeys(2, L) where key 2 should be ordered from another list [a,b,c,d,e,f,g] ?
-
hmmhesaysugh erlang. lol