You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently it is impossible to retrieve current leader id from LeaderInitiator because LeaderSelector field is private and has no getter.
It would be really helpful to have this functionality for cases when we need to understand what node is a leader.
I think it is better to add getter for LeaderSelector instead of delegate method for current leader. It could cover cases when we need for example retrieve list of all participants.