Show HN: WAL Implementation in Golang

https://github.com/stym06/rebuf
by stym06 • 2 years ago
59 29 2 years ago

I 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

Related Stories

Loading related stories...

Source preview

github.com