elfo-rs / elfo

An asynchronous distributed actor framework in Rust with robust observability
265 stars 16 forks source link

Add a new system message `GroupMounted` to simplify dedicated logic at startup #71

Open loyd opened 2 years ago

loyd commented 2 years ago

Now it requires having the router's state with a special atomic flag.

To save compatibility, it needs to send UpdateConfig (as now) if there is no special handling for GroupMounted.