NLnetLabs / krill

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

Make CaObjects a WalSupport type #1143

Open timbru opened 9 months ago

timbru commented 9 months ago

Rather than re-implementing async support here, change CaObjects to use WalSupport and WalStore that were implemented later and leverage its async support.