leo-lao commented on issue #10874:
URL: 
https://github.com/apache/dolphinscheduler/issues/10874#issuecomment-1190293506

   @zhuxt2015  I searched available raft implementations, and found [apache 
ratis](https://github.com/apache/ratis) may be one better choice? 
   SOFAJRAFT requires more dependencies, like 
   ```
               <dependency>
                   <groupId>com.alipay.sofa</groupId>
                   <artifactId>bolt</artifactId>
                   <version>${bolt.version}</version>
               </dependency>
               <dependency>
                   <groupId>com.alipay.sofa</groupId>
                   <artifactId>hessian</artifactId>
                   <version>${hessian.version}</version>
               </dependency>
   ```
   this is not so acceptable for one Apache Project.
   
   On the other hand, I found  [apache ratis](https://github.com/apache/ratis)  
used by [apache ozone](https://github.com/apache/ozone) and 
[alluxio](https://github.com/Alluxio/alluxio), which add more credit
   
   


-- 
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]

Reply via email to