Hi Safder, Not sure if you are following the dev@ list, but I am happy to let you know that we recently added the ability to discover services in the TwillRunnable, which is what you are looking for. You can get more details in the JIRA
https://issues.apache.org/jira/browse/TWILL-53 Terence On Mon, Mar 3, 2014 at 10:18 PM, Terence Yim <[email protected]> wrote: > Hi Safder, > > Currently it is not exposed for application to discover each other, > but I think it's an easy addition to expose it through the > TwillContext object provided to each TwillRunnable. Would you mind > create a JIRA for that? > > Thanks, > Terence > > On Mon, Mar 3, 2014 at 9:48 PM, safder <[email protected]> wrote: >> Hi Guys, >> Really excited about this project. I have a question about an application I >> am trying to write. In all the example code that I see, the client is doing >> the service discovery i.e. the client discovers all the services and can >> communicate with it (via socket in the examples). Can the different services >> (application) discover each other? >> >> Thanks in advance! >> Safder
