GitHub user hubcio added a comment to the discussion: Bootstrap server - get metadata request to support future clustering
As a result of your discussion, I implemented first part of new command `GetClusterMetadata`. It contains binary interface and serialization/deserialization of command. https://github.com/apache/iggy/pull/2152 Next steps: - implement actual Rust interface so that clients can call it and get ClusterMetadata - add CLI implementation so our users will be able to call it from command line and get info about cluster state - add tests if overwriting cluster metadata configs via env variables works just fine - plug-in drbd and some mechanism of leader election mechanism like [pacemaker](https://linbit.com/blog/highly-available-nfs-targets-with-drbd-pacemaker/) or [promoter](https://github.com/LINBIT/drbd-reactor/blob/master/src/plugin/promoter.rs) - test it :) Comments are welcome! GitHub link: https://github.com/apache/iggy/discussions/2133#discussioncomment-14289551 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
