issues
search
agourlay
/
omnibus
An HTTP-friendly persistent message bus.
Apache License 2.0
70
stars
4
forks
source link
Deploy bus in cluster
#7
Open
agourlay
opened
10 years ago
agourlay
commented
10 years ago
Some ideas :
frontend-nodes taking care of http tasks
backend-nodes with topics
the topic tree should be sharded and replicated properly
akka-cluster-sharding
Distrib. Pub/Sub extension
http://doc.akka.io/docs/akka/snapshot/contrib/distributed-pub-sub.html
the actor structure should not reflect the topic hierarchy as it introduces bottlenecks
akka-data-replication to create a distr. file system
Some ideas :