diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index b6f672d..c2a656a 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -52,6 +52,7 @@ benchmark.starterId=benchmarkStarter1 ###################### zeebe.client.worker.max-jobs-active=2000 zeebe.client.worker.threads=100 +zeebe.client.default-job-worker-stream-enabled=true benchmark.maxBackpressurePercentage=10.0 benchmark.startPiReduceFactor=0.1 @@ -64,4 +65,4 @@ async.queueCapacity=1000 scheduler.poolSize=10 # when 0, use the default Exponential Backoff Supplier. Otherwise, specify fixed number of millis backoff. -benchmark.fixedBackOffDelay=0 \ No newline at end of file +benchmark.fixedBackOffDelay=0