Replies: 1 comment 1 reply
-
The only solution kameo provides would be sharing a global PubSub actor across your system, possibly with a static global variable as you mentioned. If you need more flexibility, kameo lacks offering much more than that sadly. But there's a discussion here with might be relevant in case you need to support many types for the global pubsub actor: #83 (comment) |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there!
Our system is currently on Actix & Actix-broker. Slowly looking to move to a better system.
Right now a couple of our actors do something like that on start:
Essentially I would need a global PubSub actor right? I can likely spawn one and store its ref in a static global variable.
Any thoughts?
Beta Was this translation helpful? Give feedback.
All reactions