krakend / bloomfilter

Bloomfilter written in Golang, includes rotation and RPC
Apache License 2.0
78 stars 15 forks source link

Question: Do you rely in the filter only to revoke tokens? #9

Closed liriarte closed 3 years ago

liriarte commented 3 years ago

Or you double-check positives to avoid the false ones?

And the last one: do you have/know services written in other languages using the library?

Many thanks!

kpacha commented 3 years ago
  1. there is no double check. the probability of having a false positive depends on the parameters used to instantiate the filter.

  2. no, we don't

liriarte commented 3 years ago

thanks!

github-actions[bot] commented 2 years ago

This issue was marked as resolved a long time ago and now has been automatically locked as there has not been any recent activity after it. You can still open a new issue and reference this link.