-
I'm looking for a erlang-like framework in rust that supports talking to remote actors via network. In reddit you said that
But the
So I'm wondering whether this cluster feature is ready to use. What's the development stage of this feature? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
You said that
Could you tell me why "ractor_cluster shouldn't be considered production ready"? Thanks. |
Beta Was this translation helpful? Give feedback.
It depends on your definition of production, I have early stage infra that is running it successfully and our integration tests cover a suite of scenarios, however it's not say serving traffic with hundreds of thousands of users.
We haven't yet had the ability to push it to absolute scale limits and see how it performs, so if you're looking at a small scale infrastructure I think it's probably fine to use, there may be some edge bugs that have not yet been found but we believe we've covered most of it. If you're planning on turning it up to a large scale infrastructure, then you may find performance bottlenecks that we have yet to identify. Please feel free to open any issues or missing f…