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
This commit is part of merge request !86. Comments created here will be created in the context of that merge request.
......@@ -150,8 +150,8 @@ public final class LoadGenerator {
kafkaInputTopic,
schemaRegistryUrl,
kafkaProperties)
.forConstantValue(value))
.setThreads(threads));
.forConstantValue(value)))
.withThreads(threads);
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment