ClusterConfig Module
Functions and values
| Function or value |
Description
|
Full Usage:
ClusterConfig.tryFromConf conf
Parameters:
Conf
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`.
|
FsShelter