Skip to content

Commit

Permalink
Merge pull request #178 from zeebe-io/rl-enable-write-rate-limits-in-…
Browse files Browse the repository at this point in the history
…benchmarks

Enable write rate limits for the benchmarks.
  • Loading branch information
rodrigo-lourenco-lopes authored Aug 20, 2024
2 parents ece1272 + f5c3402 commit 560c584
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,7 @@ data:
zeebe.broker.experimental.consistencyChecks.enableForeignKeyChecks: "true"
zeebe.broker.experimental.consistencyChecks.enablePreconditions: "true"
zeebe.broker.exporters.elasticsearch.args.index.indexSuffixDatePattern: yyyy-MM-dd_HH
zeebe.broker.flowControl.write.enabled: "true"
zeebe.broker.flowControl.write.limit: 4000
zeebe.gateway.monitoring.enabled: "true"
zeebe.gateway.threads.managementThreads: "1"
5 changes: 4 additions & 1 deletion charts/zeebe-benchmark/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ timer:
# Timer.rate defines with which rate process instances with timers should be created
rate: 25

# LeaderBalanacing configuration for the auto rebalancing feature, which allows to rebalance periodically the zeebe cluster
# LeaderBalancing configuration for the auto rebalancing feature, which allows to rebalance periodically the zeebe cluster
# For more details see https://docs.camunda.io/docs/self-managed/zeebe-deployment/operations/rebalancing/
leaderBalancing:
# LeaderBalancing.enabled if true, enables the auto leader rebalancing
Expand All @@ -92,6 +92,9 @@ zeebe:
# Configure index suffix with hour pattern, so we create every hour a new index
# such that ILM can clean it up quickly
zeebe.broker.exporters.elasticsearch.args.index.indexSuffixDatePattern: "yyyy-MM-dd_HH"
# Configure a rate limit for all writes, so that we can visualize flow control metrics.
zeebe.broker.flowControl.write.enabled: "true"
zeebe.broker.flowControl.write.limit: 4000
# Zeebe.profiling configuration for pyroscope profiling
profiling:
# Zeebe.profiling.enabled if true, enables the pyroscope profiling
Expand Down

0 comments on commit 560c584

Please sign in to comment.