HN user

rar_ram

41 karma
Posts1
Comments7
View on HN

Excellent work guys! I had developed a custom caching solution for storm in v0.9.6. Its great that distributed caching is being supported now. I would love to see some more documentation and examples on it.

Messages are not guaranteed to be delivered, if the client is running behind on processing messages, newer messages could be dropped.

Messages are not stored until they are delivered, if no client is available to receive the message, then it is dropped without being sent anywhere.

Not sure in which use cases can I use this ? Doesn't this defeat the purpose of having a message queue.