Jeevananthan-23 opened a new issue, #791: URL: https://github.com/apache/lucenenet/issues/791
It's curious to get an understanding of how to handle auto failover in a cluster with Master - 2 or more replication. With the help of `LUCENE.NET.REPLICATION` in LuceneNet we can create a cluster with master-replica clusters but handling failover within the cluster is not possible without any distributed consensus algorithm. By using [.NEXT Raft](https://dotnet.github.io/dotNext/features/cluster/raft.html) we can achieve the handling clusters failovers. So my question is how to implement the consensus within `Lucene.NET`. Thanks! -- 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: dev-unsubscr...@lucenenet.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org