Just out of curiosity, how do you architect a sticky singleton across cluster in your language of choice?
E. g. the only one simultaneous connection to the external source is allowed, but to handle data we need several nodes. How do we ensure there is the only one connection (downtime is not allowed.)
Thanks in advance. Most wanted solutions: java, go, node.
@3draven был бы очень признателен за ссылку / объяснение, как это принято делать на джаве