Remote Cluster Service
- provides ability for multiple Mattermost cluster instances to create a trusted connection with each other and exchange messages
- trusted connections are managed via slash commands (for now)
- facilitates features requiring inter-cluster communication, such as Shared Channels
Shared Channels Service
- provides ability to shared channels between one or more Mattermost cluster instances (using trusted connection)
- sharing/unsharing of channels is managed via slash commands (for now)
Этот коммит содержится в:
Doug Lauder
2021-04-01 13:44:56 -04:00
коммит произвёл GitHub
родитель ff980266ac
Коммит 02196e04fa
137 изменённых файлов: 15137 добавлений и 262 удалений

5
.gitignore поставляемый
Просмотреть файл

@@ -18,11 +18,16 @@ web/static/js/libs*.js
config/active.dat
config/config.json
config/logging.json
/plugins
# Enterprise imports file
imports/imports.go
#license files
*.license
*.mattermost-license
# Build Targets
.prebuild
.npminstall