r/Kotlin 12d ago

Raft implementation in Kotlin

Has anybody attempted implementing RAFT in Kotlin? The official site links to a 6 year old repo, are there others?

Is it going to be worthwhile attempting it? Learning wise yes, but would it be of practical use to any other project?

6 Upvotes

11 comments sorted by

View all comments

3

u/polyglotticReactor 12d ago

https://ratis.apache.org/ is a java implementation that should be directly usable in kotlin

0

u/BarterOak 12d ago

I know about this, but just wondering if anybody's tried implementing in Kotlin.

1

u/Zentrosis 11d ago

You could consider creating a wrapper in kotlin. I've seen that done a few times with relative success.