Articles tagged java.
Linearizable Distributed Map On Kafka
Implementing a distributed system is hard. There are lots of algorithms just to be able to make all nodes come to the same conclusion. They are called consensus algorithms, Raft, and Paxos being the…
Using LaunchDarkly with Redis
LaunchDarkly is a feature management tool for software applications. It provides feature flags to the development teams to control their software product releases and their tests. Testing code live…