Building a commit log from scratch in Go Every serious distributed system I’ve touched has a log hiding somewhere inside it. Kafka is a log. Ethereum is, if you squint, a very expensive log with strong opinions about who gets to append. D... Oct 13, 2021 Engineering, Distributed Systems