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

Kafka rack aware routing bug #1704

Open
rukai opened this issue Jul 25, 2024 · 0 comments
Open

Kafka rack aware routing bug #1704

rukai opened this issue Jul 25, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@rukai
Copy link
Member

rukai commented Jul 25, 2024

I noticed a bug in rack aware routing:

None => Ok(KafkaNode::new(
coordinator.node_id,
KafkaAddress::new(coordinator.host.clone(), coordinator.port),
None,

This code path adds a node with no rack and there is no way to override that None rack later on.
We need to do one of:

  • not add a node here
  • add a way to replace the rack later on
  • immediately fetch the full node info here
@rukai rukai added the bug Something isn't working label Jul 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant