Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.activeviam.com/llms.txt

Use this file to discover all available pages before exploring further.

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