We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e7116c commit 862e555Copy full SHA for 862e555
README.md
@@ -131,7 +131,7 @@ $ docker-compose -f docker-compose-kafka.yml up
131
in one session, and then run:
132
133
```console
134
-$ TEST_INTEGRATION=1 TEST_BROKER_IMPL=kafka TEST_DELETE_RECORDS=1 KAFKA_CONNECT=localhost:9011 KAFKA_SASL_CONNECT=localhost:9097 cargo test
+$ TEST_INTEGRATION=1 TEST_BROKER_IMPL=kafka KAFKA_CONNECT=localhost:9011 KAFKA_SASL_CONNECT=localhost:9097 cargo test
135
```
136
137
in another session. Note that Apache Kafka supports a different set of features then redpanda, so we pass other
0 commit comments