Skip to content

Commit

Permalink
feat: enable write rate limits for the benchmarks.
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigo-lourenco-lopes committed Aug 20, 2024
1 parent ece1272 commit 2cf943b
Showing 1 changed file with 4 additions and 1 deletion.
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 2cf943b

Please sign in to comment.