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
@@ -200,12 +200,13 @@ Eventually, we worked out the ***modern-cpp-kafka***, -- a ***header-only*** lib
200
200
|`KAFKA_BROKER_PIDS`| The broker PIDs for test runner to manipulate |`export KAFKA_BROKER_PIDS=61567,61569,61571`|
201
201
|`KAFKA_CLIENT_ADDITIONAL_SETTINGS`| Could be used for addtional configuration for Kafka clients |`export KAFKA_CLIENT_ADDITIONAL_SETTINGS="security.protocol=SASL_PLAINTEXT;sasl.kerberos.service.name=...;sasl.kerberos.keytab=...;sasl.kerberos.principal=..."`|
202
202
203
-
* The environment variable `KAFKA_BROKER_LIST` is mandatory for integration/robustness test
203
+
* The environment variable `KAFKA_BROKER_LIST` is mandatory for integration/robustness test, which requires the Kafka cluster.
204
+
205
+
* The environment variable `KAFKA_BROKER_PIDS` is mandatory for robustness test, which requires the Kafka cluster and the privilege to stop/resume the brokers.
204
206
205
-
* The environment variable `KAFKA_BROKER_PIDS` is mandatory for robustness test
207
+
| Test Type |`KAFKA_BROKER_LIST`|`KAFKA_BROKER_PIDS`|
|[tests/integration](https://github.com/morganstanley/modern-cpp-kafka/tree/main/tests/integration)| Y (`KAFKA_BROKER_LIST`) | - |
211
-
|[tests/robustness`](https://github.com/morganstanley/modern-cpp-kafka/tree/main/tests/robustness)| Y (`KAFKA_BROKER_LIST`) | Y (`KAFKA_BROKER_PIDS`) |
0 commit comments