Dear Team,
What should be right partition size for the 3 node zeebe cluster ,currently we have configured broker with 25 partitions.
After couple of days usage and testing we have few question as mentioned below.
We observed all the partition leaders are not balanced equally in the cluster.
Is there any way to reassign/re balance the cluster ?
what are the points to be considered for performance testing?
jwulf
May 10, 2021, 11:21pm
2
Hi @techpvk ,
Yes, this is expected behaviour.
No.
For point 3, see these previous posts:
Looking for better docs or some more example with explanations of the engine’s implementations around Parallel gateway async.
Working with some clients and they are having a hard time understanding the engine’s configuration possibilities for parallel gateway async. The forum has several posts about it, there is reference to it in the Parallel gateway docs, the Transactions in process docs, there is the original blog post that explains the feature in a sentence or two, and there is the origina…
https://forum.camunda.io/t/performance-profiling-tool/1603
Josh
Hi @jwulf ,
Thanks for quick response.
We are using 3 node cluster with 25 partitions, is it right combination to use ? ,if not can you suggest what is the right approach for choosing the partition no for 3 node cluster
jwulf
May 12, 2021, 9:02am
4
It depends.
What does it depend on? Among other things: the number of threads that your CPUs have, and the characteristics of your workload.
What is the right approach? Watch the video, and then use Falko’s tool to profile your workload.
Or, just try 3 partitions, 6 partitions, 10 partitions, and 25 partitions. Measure performance in each configuration, and use the best one.
Josh