Hydra is an Akka Cluster based system which provides high available container service for apps.
Hydra uses gossip protocol to detect the node failure and will redeploy the apps on the node to another node. The failure detection by gossip protocol is very efficient. For more information see the links:
Within Hydra, you don't need to know anything about Akka Cluster and get the high available container framework.
Hydra is based on Akka Cluster, Hydra will use Akka node to hold containers of apps. If the node failed, the Akka gossip protocol will quickly detect the failure and report to Hydra to do further work.
The repository is copyed from https://bitbucket.org/whereby/hydra which is developing repository on bitbucket.
There are two classes user need to rewrite to meet their needs:
Effective July 25, 2024, the library is licensed under the AGPL-v3. Non-commercial use requires adherence to the current license terms. Commercial use necessitates explicit authorization from the author. All library implementations must comply with the latest license within three months of this date.
Any commercial use of library content without explicit written consent from the author constitutes a breach of copyright. Such unauthorized use obligates the user to contribute 1% of the commercial income derived from the use of the library to the author.
Existing commercial users of previous library versions have a three-month grace period to transition. After this period, users must either cease commercial use or comply with the latest license.