We are trying to choose schema for allocation microservices in multi tenant application in Zeebe context and Kuberenetes
Is it correct to use a different Zeebe broker in each kubernetes’ namespace?
Here are our two possible case:
First case:
+ Looks like a more productive scheme
+ Easy to administer
- Difficult to implement
Second case:
+ More incapsulated
- Looks like a less productive scheme