filter-service
filter-service copied to clipboard
A RESTFul bloom filters daemon.
We use regular `FileChannel` to save filters to file. Maybe we can consider to use buffered channel to improve performance which means write bytes to a buffer first then flush...
vegeta: https://github.com/tsenart/vegeta
Support grpc interface in addition to RESTFul APIs.
Maybe we can replicate operations from master to slave. If master fail down, slave can take master's place automatically. filter-service provides RESTFul API, maybe fail over can be a trivial...
Bumps commons-io:commons-io from 2.7 to 2.14.0. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...