leader-election
Here are 55 public repositories matching this topic...
:satellite: BroadcastChannel to share data between different browser-tabs or nodejs-processes :satellite:
-
Updated
Jan 11, 2020 - JavaScript
I want to call External Scripts after swichover/failover the new master and all slaves active . but the "failover-post-scripts" called after the new leader has been setup. can I do this ? how do it ?
Use SSL on web socket communication ( leader.js and follower.js files)
Feedbacks
An Eventual Leader Election Library for Erlang
-
Updated
Dec 24, 2019 - Erlang
[Go] - Bully algorithm visualization & implementation written in Golang.
-
Updated
Jan 5, 2020 - Go
Algorithms for implementation of Clock Synchronization, Consistency, Mutual Exclusion, Leader Election
-
Updated
Jan 1, 2020 - Java
Dinghy implements leader election using the raft protocol
-
Updated
Dec 26, 2018 - Go
-
Updated
Sep 11, 2019 - C++
Leader election of clustered Camel routes using Consul.io
-
Updated
Oct 28, 2018 - Java
Golang implementation for leader election through Consul API
-
Updated
Jan 10, 2020 - Go
A C++ implementation of the Raft distributed consensus protocol.
-
Updated
Dec 14, 2018 - C++
Task scheduler with high availability.
-
Updated
Sep 14, 2019 - JavaScript
a collection of distributed algorithms (on PeerJS which uses WebRTC)
-
Updated
Jul 27, 2018 - JavaScript
A C++14 client library for etcd leader election
-
Updated
Dec 19, 2019 - C++
Extensions for spring-integration
-
Updated
Oct 14, 2019 - Java
Distrox is a simple distributed HTTP proxy server. It currently supports caching, leader election, load balancing, and firewalls.
-
Updated
Jan 13, 2020 - Go
Zero-conf leader election based on bonjour
-
Updated
Dec 12, 2019 - TypeScript
Distributed Systems and Computing course term project - Distributed chat application
-
Updated
Jan 7, 2019 - PHP
This example demonstrates how to write high availability controller with GO.
-
Updated
Jan 14, 2020 - Go
some representative zookeeper primitives implementation.
-
Updated
Jul 30, 2019 - Java
simple zookeeper based leader election
-
Updated
Apr 21, 2019 - JavaScript
The aim is to demonstrate the leader election using apache curator library and zookeeper
-
Updated
Jan 28, 2019 - Java
Improve this page
Add a description, image, and links to the leader-election topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the leader-election topic, visit your repo's landing page and select "manage topics."
Currently the user has to provide a specific port even when creating a client. The problem is that there is no reliable way to get an available port.
The tests are either:
NettyMessagingServiceTest#findAvailablePort
which is prone to race conditionsMore generally when using Atomix clients it is