1 kafka cluster but 2 different statefulset #8182
Unanswered
pankajagarwal
asked this question in
Q&A
Replies: 1 comment 5 replies
-
Distributing the brokers over multiple AZs does not require multiple StatefulSets. You can do it without it:
So you can easily do it with a single StatefulSet. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Is it possible to deploy a single kafka cluster 2 different statefulsets with strimzi operator ?
Basically i want my deployment to be distributed across different AWS AZ's and PVC (EBS) to be scoped to the same AZ always.
In a nutshell this is what we are trying to do:
Scenario # 1
sts-A goes to AZ1
sts-B goes to AZ2
both sts-A and sts-B are part of same kafka cluster and we can use AZ1 and AZ2 for rack awareness.
Scenario # 2
sts-A-pod0 and sts-A-pod2 goes to AZ1
sts-A-pod1 and sts-A-pod3 goes to AZ2
Please suggest
Beta Was this translation helpful? Give feedback.
All reactions