Skip to content

Commit 0a57259

Browse files
committed
docs: mention auxiliary ZooKeeper in s3queue keeper_path
1 parent a9eb033 commit 0a57259

File tree

1 file changed

+3
-0
lines changed
  • docs/en/engines/table-engines/integrations

1 file changed

+3
-0
lines changed

docs/en/engines/table-engines/integrations/s3queue.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,9 @@ Default value: `keep`.
110110
### `keeper_path` {#keeper_path}
111111

112112
The path in ZooKeeper can be specified as a table engine setting or default path can be formed from the global configuration-provided path and table UUID.
113+
Absolute values (starting with `/`) are used as-is, while relative values are appended to `s3queue_default_zookeeper_path`.
114+
To target an auxiliary ZooKeeper cluster, prefix the value with the configured name, for example `analytics_keeper:/clickhouse/queue/orders`.
115+
The name must exist in `<auxiliary_zookeepers>`, otherwise the engine reports `Unknown auxiliary ZooKeeper name ...`.
113116
Possible values:
114117

115118
- String.

0 commit comments

Comments
 (0)