akka-zeromq

ZeroMQ on Heroku

偶尔善良 提交于 2019-12-07 12:35:18
问题 Why doesn't it exist on Heroku? I want to use Akka and a distributed queues system for actors to communicate on different dynos. RabbitMQ doesn't seem to be the best option using Akka, because a lot of tricks are needed to seamlessly work with actors without concerning about the underlying queues. Nevertheless, the best option seems to be Durable Mailboxes but with RabbitMQ: akka-amqp-mailbox. I still have to set it up first though. What other options do you consider that provide a seamless

ZeroMQ on Heroku

北慕城南 提交于 2019-12-05 23:00:31
Why doesn't it exist on Heroku? I want to use Akka and a distributed queues system for actors to communicate on different dynos. RabbitMQ doesn't seem to be the best option using Akka, because a lot of tricks are needed to seamlessly work with actors without concerning about the underlying queues. Nevertheless, the best option seems to be Durable Mailboxes but with RabbitMQ: akka-amqp-mailbox . I still have to set it up first though. What other options do you consider that provide a seamless underlying queues system on Heroku with Akka? Thanks! You can use Heroku Vulcan to build and run it