Skip to content
Snippets Groups Projects
Commit d91657c5 authored by Sören Henning's avatar Sören Henning
Browse files

Fix configuration of threads in environment

parent d76c04fb
No related branches found
No related tags found
2 merge requests!86Zookeeper free workload generator,!84Gitlab CI for Theodolite-Kotlin-Quarkus
Pipeline #1989 skipped
...@@ -150,8 +150,8 @@ public final class LoadGenerator { ...@@ -150,8 +150,8 @@ public final class LoadGenerator {
kafkaInputTopic, kafkaInputTopic,
schemaRegistryUrl, schemaRegistryUrl,
kafkaProperties) kafkaProperties)
.forConstantValue(value)) .forConstantValue(value)))
.setThreads(threads)); .withThreads(threads);
} }
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment