Packages
partisan
1.3.1
5.0.3
5.0.2
5.0.1
5.0.0
5.0.0-rc.16
5.0.0-rc.8
5.0.0-rc.2
5.0.0-rc.1
5.0.0-beta.24
5.0.0-beta.21
5.0.0-beta.20
5.0.0-beta.18
5.0.0-beta.17
5.0.0-beta.16
5.0.0-beta.15
5.0.0-beta.14
5.0.0-beta.13
4.1.0
3.0.0
2.1.0
2.0.0
1.4.1
1.4.0
1.3.4
1.3.3
1.3.2
1.3.1
1.3.0
1.2.0
1.1.0
1.0.2
1.0.1
1.0.0
0.3.0
0.2.3
0.2.2
0.2.1
0.2.0
0.1.1
0.1.0
0.0.1
Partisan is a scalable and flexible, TCP-based membership system and distribution layer for the BEAM.
Current section
Files
Jump to
Current section
Files
README.md
Partisan
=======================================================
[](https://travis-ci.org/lasp-lang/partisan)
Partisan is a flexible, TCP-based membership system for Erlang/Elixir.
Partisan features:
* Single node testing, facilitated by a disterl control channel for figuring out which ports the peer service is operating at.
* Designed to be compatible with the Lasp fork of Basho's plumtree implementation.
* Messages are sent via TCP connections that are maintained to all cluster members.
* Failure detection is performed TCP.
* Connections are verified at each gossip round.
* Configurable fanout.
* On join, gossip is performed immediately, instead of having to wait for the next gossip round.
* Prototype HyParView implementation.
Partisan has many available peer service managers:
* Full membership with TCP-based failure detection: `plumtree_default_peer_service_manager.`
* Client/server topology: `plumtree_client_server_peer_service_manager.`
* HyParView, hybrid partial view membership protocol, with TCP-based failure detection: `plumtree_hyparview_peer_service_manager.`
* Static topology: `plumtree_static_peer_service_manager`.