[][src]Module lol_core::connection

utilities to connect nodes and cluster.

Modules

gateway

the purpose of gateway is to track the cluster members. in Raft you can access the leader node if you know at least one node in the cluster and gateway maintains the cluster members by polling the current membership.

Structs

Endpoint
EndpointConfig

Functions

resolve

resolve the socket address

Type Definitions

Connection