Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Features]Kafka support rack awareness #1205

Open
lancelot1989 opened this issue Nov 15, 2024 · 0 comments
Open

[Features]Kafka support rack awareness #1205

lancelot1989 opened this issue Nov 15, 2024 · 0 comments
Assignees
Labels
documentation Improvements or additions to documentation

Comments

@lancelot1989
Copy link

Kafka Partition‘s replicas supports rack awareness, likes below

broker.rack=rack1
replica.selector.class=org.apache.kafka.common.replica.RackAwareReplicaSelector

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.

@lancelot1989 lancelot1989 added the documentation Improvements or additions to documentation label Nov 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

2 participants