When I open a search (https://www.bing.com/search?q=benthos.dev) at the bottom there is a "Some results have been removed" link that lead me down a rabbit hole. There's a reports hub with some documents regarding site take downs but I can't find anything specific.
I'm not sure what I can do now other than wait and hope the support ticket eventually gets answered. If I could narrow it down to even just a copyright claim versus harmful content maybe I could work out where the problem is.
My team needed to quickly build a drop in replacement for Memcached that persisted to disk. We chose RocksDB as the storage engine, but also wanted to avoid rewriting our clients.
We therefore built Quitsies to wrap RocksDB, but with only a subset of the Memcached API since the two are not fully compatible.
It has its caveats, but maybe other teams will find this useful.