bananaml / potassium

An HTTP serving framework by Banana
Apache License 2.0
97 stars 9 forks source link

Deprecate/localstore #16

Closed erik-dunteman closed 1 year ago

erik-dunteman commented 1 year ago

What is this?

We remove the local filesystem backend for store

Why?

It's not useful in a multi-replica, load balanced environment, as file system is ephemeral and not shared, so we don't want to encourage it for use on Banana. Users wanting this functionality for self-hosted potassium should write the file storage or cpu cache themselves.

How did you test it works without regressions?

Unit tests pass!