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

[Enhancement]: Dynamically configure controller-only nodes #10900

Open
tinaselenge opened this issue Dec 3, 2024 · 1 comment · May be fixed by #10913
Open

[Enhancement]: Dynamically configure controller-only nodes #10900

tinaselenge opened this issue Dec 3, 2024 · 1 comment · May be fixed by #10913
Assignees

Comments

@tinaselenge
Copy link
Contributor

Related problem

Currently, we restart controller-only nodes if there is any controller relevant configuration changes detected via Pod annotation. The reason for this was previously controller-only nodes did not provide API access. After Kafka 3.9.0 release and #10016, the operator can now talk to controller-only nodes directly via Admin API.

Suggested solution

We should apply dynamic configurations to controller-only nodes (same as how it's done for broker and mixed nodes) instead of restarting them.

However, we should take into an account that this can be done only for controller nodes with Kafka version 3.9 or later and impact on the upgrade from an older version.

Alternatives

No response

Additional context

No response

@ppatierno
Copy link
Member

Triaged on 12/12/2024: Tina is already working on it and opened a PR. We'll keep this.

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

Successfully merging a pull request may close this issue.

2 participants