uhaha icon indicating copy to clipboard operation
uhaha copied to clipboard

High Availability Raft Framework for Go

Results 7 uhaha issues
Sort by recently updated
recently updated
newest added

I was created `Router Mode`, inspired by [MySQL Router](https://www.mysql.com/products/enterprise/router.html). `Router Mode` enabled server will determine WriteCommand/ReadCommand and forward command to nodes in cluster. the connections to each node are connection...

### what do we want to fix? 1. to safely remove the server in case of server maintenance or predictive failure 2. when cluster removing a server, if it is...

### what do we want to fix? 1. when server is stopped for some reason, the orchestration/autoscaler system will rebuild a new server, so stopped node will be destroyed without...

HI @tidwall 👋 Getting back to playing with your library again and making some updates/fixes to my bitraft I noticed some strange behaviour I'm wondering if you can help figure...

Hi Josh :D I'd like to upgrade [bitraft](https://github.com/prologic/bitraft) from [finn](github.com/tidwall/finn). I need some help though... Mostly it would be really nice if you could document a few more internals. The...

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.0.0-20201116153603-4be66e5b6582 to 0.1.0. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang.org/x/crypto&package-manager=go_modules&previous-version=0.0.0-20201116153603-4be66e5b6582&new-version=0.1.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies