Skip to main content
atoti.ClusterDefinition(
    *,
    application_names: Set[str],
    authentication_token: str,
    discovery_protocol: DiscoveryProtocol | None = None,
)

Attributes

application_names

The names of the applications allowed to join the cluster.

authentication_token

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