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

redpanda: Allow for configurations to be stored and shared across nodes #245

Closed
rkruze opened this issue Dec 8, 2020 · 4 comments
Closed
Assignees
Labels
area/redpanda kind/enhance New feature or request

Comments

@rkruze
Copy link
Contributor

rkruze commented Dec 8, 2020

Currently, all configurations have to be set on a per-node basis. This makes settings configurations, like a license key or other cluster wide configurations difficult as it requires having to push a new config to every node. Ideally, cluster-wide configurations would be stored in redpanda itself. Our current configurations manager used in rpk can pull configurations from etcd, which might be very similar to using a compacted topic in redpanda. https://github.com/spf13/viper#remote-keyvalue-store-support

@rkruze
Copy link
Contributor Author

rkruze commented Dec 16, 2020

It would also be great if users didn't have to specify a node_id when starting a new node. This should be something that should just be auto-assigned to new nodes as they join the cluster.

@dotnwat dotnwat changed the title rpk: Allow for configurations to be stored and shared across nodes redpanda: Allow for configurations to be stored and shared across nodes Jul 2, 2021
@dotnwat dotnwat assigned jcsp and unassigned dotnwat and mmaslankaprv Sep 22, 2021
@dotnwat
Copy link
Member

dotnwat commented Sep 22, 2021

Assigning @jcsp I think this ticket is effectively an alias for centralized configuration.

@jcsp
Copy link
Contributor

jcsp commented Oct 27, 2021

It would also be great if users didn't have to specify a node_id when starting a new node. This should be something that should just be auto-assigned to new nodes as they join the cluster.

Created this ticket for auto selecting node_id (#2793) -- it's more of a standalone change than something that overlaps with central config.

@jcsp
Copy link
Contributor

jcsp commented May 24, 2022

Resolved in 22.1

@jcsp jcsp closed this as completed May 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/redpanda kind/enhance New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants