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

idea: follower brokers actively track lead broker configuration #6529

Open
garlick opened this issue Dec 19, 2024 · 0 comments
Open

idea: follower brokers actively track lead broker configuration #6529

garlick opened this issue Dec 19, 2024 · 0 comments

Comments

@garlick
Copy link
Member

garlick commented Dec 19, 2024

Problem: currently we assume the same TOML configuration files are synced across the cluster, but in practice sometimes this is inconvenient.

While configuration that is used early such as [bootstrap] and [tbon] and the CURVE key must be read from disk on all ranks, we could have each broker make a streaming request to its parent to fetch the current config and any updates, and then ignore on disk changes everywhere except rank 0. Module loading could be delayed until the first response is received.

That might make configuration easier to manage.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant