drriguz commented on code in PR #696: URL: https://github.com/apache/ratis/pull/696#discussion_r929430099
########## ratis-docs/src/site/markdown/index.md: ########## @@ -17,12 +17,27 @@ # Apache Ratis Apache Ratis is a highly customizable Raft protocol implementation in Java. -Raft is a easily understandable consensus algorithm to manage replicated state. -Apache Ratis could be used in any Java application where state should be replicated between multiple instances. +[Raft](https://raft.github.io/) is an easily understandable consensus algorithm to manage replicated state. + +The Ratis project was started at 2017 as an incubator project, and has graduated at Feb 17, 2021. Originally, Ratis is built for using Raft in [Apache Ozone](https://ozone.apache.org) where Ratis is used to replicate raw data and to provide high availability, and the correctness and performance of Ratis has been heavily tested with Ozone. Review Comment: @szetszwo Thanks for reviewing! Already updated. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
