NLnetLabs / krill

RPKI Certificate Authority and Publication Server written in Rust
https://nlnetlabs.nl/projects/routing/krill/
Mozilla Public License 2.0
289 stars 40 forks source link

Use transactions in CaObjects #1085

Closed timbru closed 11 months ago

timbru commented 1 year ago

This type listens for relevant events in CAs in order to re-issue RPKI objects. This is currently using a local RwLock. We should use kvx level locking/transactions instead to make this multi-node safe.