server/platform/services/remotecluster/README.md
Package remotecluster implements Mattermost's "Secured Connections" feature, which enables communication between different Mattermost clusters. Specifically, this package provides:
This package is designed to be thread-safe and handles leadership changes in clustered environments, only running active operations on the leader node.