mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 17:44:23 +00:00
25 lines
759 B
XML
25 lines
759 B
XML
<clickhouse>
|
|
<allow_experimental_cluster_discovery/>
|
|
<remote_servers>
|
|
<test_auto_cluster>
|
|
<discovery>
|
|
<path>/clickhouse/discovery/test_auto_cluster</path>
|
|
<observer/>
|
|
</discovery>
|
|
</test_auto_cluster>
|
|
<two_shards>
|
|
<!-- just to check that there's no conflict between automatic and manual clusters -->
|
|
<shard>
|
|
<replica>
|
|
<host>node1</host>
|
|
<port>9000</port>
|
|
</replica>
|
|
<replica>
|
|
<host>node2</host>
|
|
<port>9000</port>
|
|
</replica>
|
|
</shard>
|
|
</two_shards>
|
|
</remote_servers>
|
|
</clickhouse>
|