You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Previously, IslandManager was a single point of failure for our program and increased complexity. We should be able to merge the necessary logic into the Islands and communicate over some form of gossip protocol. This will ease our shift into K8s and help us start moving away from Akka. The other goal here is also to ease deployment in general, as now every separate running JVM is identical (except in solution space)
The text was updated successfully, but these errors were encountered:
Previously,
IslandManager
was a single point of failure for our program and increased complexity. We should be able to merge the necessary logic into theIsland
s and communicate over some form of gossip protocol. This will ease our shift into K8s and help us start moving away from Akka. The other goal here is also to ease deployment in general, as now every separate running JVM is identical (except in solution space)The text was updated successfully, but these errors were encountered: