You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@twill.apache.org by "Safder Raza (JIRA)" <ji...@apache.org> on 2014/03/20 20:57:42 UTC

[jira] [Created] (TWILL-60) Easy two way communication among twill applications

Safder Raza created TWILL-60:
--------------------------------

             Summary: Easy two way communication among twill applications
                 Key: TWILL-60
                 URL: https://issues.apache.org/jira/browse/TWILL-60
             Project: Apache Twill
          Issue Type: New Feature
            Reporter: Safder Raza
            Priority: Minor


Thanks Terence for making applications be able to discover each other.

Another Feature could be an up api update that can be used to send and receive messages among applications.

something like
context.send("service1", command) // all services with service1 name receive this command

and an 
onReceive(String from, Command command) in TwillRunnable?

This would be helpful in coordinating several applications on the cluster



--
This message was sent by Atlassian JIRA
(v6.2#6252)