You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ratis.apache.org by GitBox <gi...@apache.org> on 2022/03/14 13:31:17 UTC

[GitHub] [ratis] szetszwo commented on pull request #622: RATIS-1551. Suppport listener in setConfiguration

szetszwo commented on pull request #622:
URL: https://github.com/apache/ratis/pull/622#issuecomment-1066788841


   @codings-dan , It seems that we don't need a different LogAppender for Listeners since LogAppender just send raft log to the other side.  So how about we keep using FollowerInfo for Listeners?  We may change the interface name to PeerInfo later on.
   
   In LeaderStateImpl, there are senders and voterLists.
   - senders could include both Followers and Listeners.
   - voterLists only includes Followers.
   
   What do you think?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@ratis.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org