Add option to store saved filters on the filesystem in detriment of in memory cache #770
Open
2 tasks done
Labels
status/triage/completed
Automatic triage completed
status/triage/manual
Manual triage in progress
type/feature
A brand new feature
Issue submitter TODO list
Is your proposal related to a problem?
Yes.
I'm constantly using kafbat containers for local testing and, with the most recent upgrades, I noticed that kafbat started storing the saved filters in memory cache, along with the already existing localstorage.
I also noticed that, in addition to the smart filters being stored in memory, there's also the need to post the filterCode value to the
/api/clusters/<cluster-name>/topics/<topic-name>/smartfilters
endpoint, to have it linked to the browser's local storage.The flow of operations I need to do on a daily basis to setup filters over and over again increased a lot, and doing simple test cases is getting too cumbersome, as I updated almost all my instances from provectus/kafka-ui to kafbat/kafka-ui, without taking this change to the filters into consideration.
Describe the feature you're interested in
I'm suggesting adding an alternative form of storing this filters.
Describe alternatives you've considered
I've considered adding a filesystem store option (exclusive for containers) so that these filters can alternatively be stored in the filesystem itself instead of in-memory cache.
Version you're running
2956664
Additional context
No response
The text was updated successfully, but these errors were encountered: