Show HN: WAL Implementation in Golanggithub.com/stym0659 pointsstym062 years agoI 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