Hacker News new | ask | show | jobs
by charcircuit 1082 days ago
A blacklist checker is also a single point of failure.
1 comments

An unavailable whitelist checker fails deadly for all items.

An unavailable blacklist checker fails deadly for only blacklisted items.

Only if your system design must fail safe in all scenarios (and most do, to be fair), only then does it become a single point of failure.