You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
broker.rack is dynamic according which node the pod is scheduled on. But k8s's downward api still cannot support Node Label(kubernetes/kubernetes#40610).
Kafka Partition‘s replicas supports rack awareness, likes below
broker.rack
is dynamic according which node the pod is scheduled on. But k8s's downward api still cannot support Node Label(kubernetes/kubernetes#40610).So maybe kubeblocks can implement its own standard mechanism. apecloud/kubeblocks#8463
Once we can get Node Label inside Pod, we can generate properties in startup scripts.
The text was updated successfully, but these errors were encountered: