Update clickhouse-keeper.md

This commit is contained in:
alesapin 2021-09-15 10:45:02 +03:00 committed by GitHub
parent 48f3f40ffc
commit 45a18d7717
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -52,7 +52,7 @@ Internal coordination settings are located in `<keeper_server>.<coordination_set
Quorum configuration is located in `<keeper_server>.<raft_configuration>` section and contain servers description. The only parameter for the whole quorum is `secure`, which enables encrypted connection for communication between quorum participants. The main parameters for each `<server>` are: Quorum configuration is located in `<keeper_server>.<raft_configuration>` section and contain servers description. The only parameter for the whole quorum is `secure`, which enables encrypted connection for communication between quorum participants. The main parameters for each `<server>` are:
- `id`server identifier in a quorum. - `id`Server identifier in a quorum.
- `hostname` — Hostname where this server is placed. - `hostname` — Hostname where this server is placed.
- `port` — Port where this server listens for connections. - `port` — Port where this server listens for connections.