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: testbed/README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
Docker Compose setup to facilitate the tests of Saimiris.
4
4
5
-
The testbed consists in a Redpanda and ClickHouse instance. Required ClickHouse [tables](config/clickhouse/docker-entrypoint-initdb.d/init.sql) are created on startup. The `saimiris.from_kafka` is using the ClickHouse [Kafka engine](https://clickhouse.com/docs/en/engines/table-engines/integrations/kafka) to fetch the results from Redpanda. The `saimiris.results` table is used to store the results.
5
+
The testbed consists in a Redpanda and ClickHouse instance. Required ClickHouse [tables](config/clickhouse/docker-entrypoint-initdb.d/init.sql) are created on startup. The `saimiris.from_kafka`table is using the ClickHouse [Kafka engine](https://clickhouse.com/docs/en/engines/table-engines/integrations/kafka) to fetch the results from Redpanda. The `saimiris.results` table is used to store the results.
6
6
7
7
As an example, Redpanda is configured with SASL authentication, and uses the default Saimiris SASL credentials.
8
8
@@ -23,7 +23,7 @@ cargo run -- prober --config=testbed/config/saimiris/saimiris.yml
23
23
* Run Saimiris Client (from the root of the repository)
24
24
25
25
```sh
26
-
cargo run -- prober --config=testbed/config/saimiris/saimiris.yml 2606:4700:4700::1111/128,1,32,1
26
+
cargo run -- client --config=testbed/config/saimiris/saimiris.yml wbmwwp9vna 2606:4700:4700::1111/128,1,32,1
0 commit comments