stream_clusters
This table lists clusters and hosts. You change settings in this table using the vkconfig cluster tool. See Cluster Tool Options for more information.
| Column | Data Type | Description |
|---|---|---|
| id | INTEGER | The identification number assigned to the cluster. |
| cluster | VARCHAR | The name of the cluster. |
| hosts | VARCHAR | A comma-separated list of hosts associated with the cluster. |
Examples
This example shows a cluster and its associated hosts.
=> SELECT * FROM stream_config.stream_clusters;
id | cluster | hosts
---------+----------------+-----------------------------------
2250001 | streamcluster1 | 10.10.10.10:9092,10.10.10.11:9092
(1 rows)