You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/en/engines/table-engines/integrations/s3queue.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -110,6 +110,9 @@ Default value: `keep`.
110
110
### `keeper_path` {#keeper_path}
111
111
112
112
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 ...`.
0 commit comments