Closed ZoabKapoor closed 1 year ago
As discussed in team meeting today, we are abandoning this approach in favor of extending ZookeeperServer
internally and putting custom logic in there. The only thing that needs to be done in rest.li is factoring some common logic out into a protected
function. That is a different enough change that I will create a new PR for it
This defines a next-generation service discovery announcement framework (called INDIS), separate from the Zookeeper framework, and wires it in to the existing D2 so that we double write to both systems
Testing done: unit test for
ZookeeperServer
modified to check thatmarkUp
andmarkDown
callsannounce
anddeannounce
with the right parameters