groundwater / federation

A Federated Message Network in Node.js
http://underflow.ca/federation
59 stars 5 forks source link

messages need to have acknowledgement for higher reliability? #7

Open hnry opened 11 years ago

hnry commented 11 years ago

As far as i can tell there is no support (via exposed api or through the axion protocol) for acknowledgments of messages. doesn't the actor model require this?

i don't mean 'ask' but i mean even for 'tell' so a user knows the message was delivered whether or not a reply is expected.