The Wayback Machine - https://web.archive.org/web/20200114034749/https://github.com/topics/leader-election
Skip to content
#

leader-election

Here are 55 public repositories matching this topic...

benji
benji commented Dec 8, 2019

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:

  • hardcoding the ports - the test fails if another service is already using that port
  • using NettyMessagingServiceTest#findAvailablePort which is prone to race conditions

More generally when using Atomix clients it is

Improve this page

Add a description, image, and links to the leader-election topic page so that developers can more easily learn about it.

Curate this topic

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."

Learn more

You can’t perform that action at this time.