Instance routing to partition, how?

Hello, I was just wondering exactly how a workflow instance will be mapped to a specific partition.

I found this in Docs/Basics/Partitions:

When you start an instance of a workflow, the client library will then route the request to one partition in which the workflow instance will be published.

Is it a random partition or is the mapping based on the load of the node? Or something else?

Thanks!
Christian

Hey Christian,

thanks for trying Zeebe.

Regarding to your question:

it is round-robin.

Greets,
Chris

@Zelldon Thank you very much! round-robin is perfect.

Greetings
Christian

1 Like