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)