Service Discovery – Consul vs ZooKeeper vs etcd

Service discovery is about locating the network location of a service provider. Developer Jason Xu likens it to changing your phone number without telling your friend, then losing contact. The same thing applies to services within a microservices architecture program.

Read More »

Raft Distributed Consensus Overview

This post offers an overview of the Raft algorithm used for implementing distributed consensus. Within the post, we’ll look at what consensus and distributed consensus means, why Raft was developed and give an overview of how it works, along with

Read More »
Scroll to Top