<div dir="ltr"><div>interesting to see how Netflix's Eureka (akin to Zookeeper or Consul) handles something like NDN's prefix registration.</div><div><br></div><div>see <a href="https://github.com/Netflix/eureka/wiki/Eureka-2.0-Architecture-Overview">Interest subscription model</a></div><div><br></div><div><div>Interests.forSome(</div><div>    Interests.forApplications(Operator.Like, "eureka.*"), </div><div>    Interests.forApplications(Operator.Equals, "atlas")</div><div>);</div></div></div>