I deployed nsqd with nsqlookupd.
when I try to upgrade the nsq binary, I would like to perform steps below:
1. disconnect nsqd from nsqlookupd;
2. await <lookupd_poll_interval> seconds;
3. shutdown nsqd & upgrade
how can I do ?
http://nsq.io/components/nsqlookupd.html#deletion_tombstones
the tombstones seens good for me, but it bring out with a lifetime wnd.
I think it is not designed for upgrade situation.