-
Notifications
You must be signed in to change notification settings - Fork 97
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
add API to list voters #411
Conversation
@illotum our team would like to ask for another API extension. This one is fine for where it will be used in RabbitMQ, so I guess we can keep it. The function we'd like to see is a version of
|
On second thought I think |
For sure! I usually lean towards minimal changes, but the extended API covers all my needs and more. |
I think with all the peer info we can probably make better external decision on stuff like member changes without further probing. I have on a couple of occasions wished I could get this information in an easier way. |
Following on the rabbitmq-server#10394 thread, lets revert this merge then and I'll go ahead with a proper member_info. |
Done. |
Proposed Changes
This is a small addition, high-level API to list voters of a Ra cluster. To be used wherever an active quorum list is needed instead of ra:members.
Types of Changes
Checklist
CONTRIBUTING.md
document