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.
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!