Currently, each SafetyNetCloseableRegistry spawns an own ReaperThread. However, this duty could also be fulfilled by a single ReaperThread that is shared by all registries to save unnecessary threads.
GitHub Pull Request #3230