Comment by paradox460
7 months ago
That's not something Google invented, it comes from erlang. Systems in erlang (and other beam langs) are designed to fail and die, and get restarted by the supervisory tree.
7 months ago
That's not something Google invented, it comes from erlang. Systems in erlang (and other beam langs) are designed to fail and die, and get restarted by the supervisory tree.
Good observation. I really need to get around to learning erlang.
It's probably worth mentioning that hypothetically, One could take the source code and port it to third party libraries and kubernetes. But I can't help but think that that would be about as much work as clean rooming it from scratch based on a feature description.
There are projects to do just that. Afaik there's one for rust, and akka for scala