wangshu3000 opened a new pull request, #526: URL: https://github.com/apache/pulsar-helm-chart/pull/526
Fixes https://github.com/apache/pulsar-helm-chart/issues/521 ### Motivation I see broker sts doesn't support topology constraint configuration. That means 2 pods in the sts may possible depoyed to on az in kubernetes cluster. Reference doc: https://kubernetes.io/docs/concepts/scheduling-eviction/topology-spread-constraints/ ### Modifications Added a topology spread constraint configuration to deployed the pods in sts spread to different az, so that under an AZ outage, the impact can be only limited to small number of brokers. ### Verifying this change - [ ] Make sure that the change passes the CI checks. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
