Show HN: WAL Implementation in Golang
https://github.com/stym06/rebufI wrote this simple WAL library in Golang that I use to write data that my kafka producer fails due to errors like Broker going down or some other issue. Took inspiration from etcd/wal