Kotlin Microservice project This is a simple implementation of the raft protocol in Kotlin. The motivation behind the project is to learn Kotlin and distributed computing. This is the raft protocol Run Run with > ./gradlew run Build Build the program using > ./gradlew build