Skip to content
This repository has been archived by the owner on Aug 3, 2020. It is now read-only.

Iris messages lost #57

Open
clanstyles opened this issue Dec 27, 2014 · 1 comment
Open

Iris messages lost #57

clanstyles opened this issue Dec 27, 2014 · 1 comment

Comments

@clanstyles
Copy link

What happens in the event you flood a specific queue with messages (1M) and it takes a while to distribute but entire nodes crash without having any left?

How does Iris handle situations like this?

Thank you!

@karalabe
Copy link
Member

Iris tries to be a message transport only, on top of which you can implement more specific logic to suit your needs. It provides various messaging primitives, but it does not provide any persistency. In essence, if a node crashes, it takes with itself all locally queued messages.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants