Skip to main content

final class atoti.ClusterDefinition

application_names : Set[str]

The names of the applications allowed to join the cluster.

authentication_token : str

The token securing the cluster by preventing unwanted nodes from joining. All the expected nodes of this cluster must use the same token.

discovery_protocol : DiscoveryProtocol | None = None