Logo FsShelter

ClusterConfig Module

Functions and values

Function or value Description

ClusterConfig.tryFromConf conf

Full Usage: ClusterConfig.tryFromConf conf

Parameters:
Returns: Result<ClusterConfig option, string>

Parse cluster settings from the topology's `Conf`. Returns `None` when `CLUSTER_SEEDS` is absent/empty — the signal for `runCluster` to fall through to single-process `runWith`.

conf : Conf
Returns: Result<ClusterConfig option, string>

Type something to start searching.