-
Notifications
You must be signed in to change notification settings - Fork 80
Add autoStepDownWhenLeader to MemberInfo [CORE-216] #545
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
base: master
Are you sure you want to change the base?
Add autoStepDownWhenLeader to MemberInfo [CORE-216] #545
Conversation
@@ -828,6 +828,10 @@ customTypes: | |||
type: Map_EndpointQualifier_Address | |||
nullable: false | |||
since: 2.0.1 | |||
- name: autoStepDownWhenLeader |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- name: autoStepDownWhenLeader | |
- name: cpAutoStepDownWhenLeader |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
agree that prefixing with cp
makes it more understandable, especially for the future readers.
daccd74
to
83d5aaa
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I agree with @ihsandemir that prefixing with cp
makes sense, to provide extra clarity - approving in advance though 👍
Do you think that is still relevant now? That comment was relating to when we were changing |
Ah, apologies - no I don't think it's relevant in that case, all good to go from my POV |
Adds
autoStepDownWhenLeader
boolean added to MemberInfo