You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was wondering if there are use cases where you may want to keep RPKI data that temporarily is unavailable around for RTR clients. This would prevent short publication issues at repositories from affecting the RPKI objects available.
A union over historic data feels like a data stream that may have use cases
The text was updated successfully, but these errors were encountered:
Here’s my thinking with regards to data becoming unavailable: RTR has the expire interval, so actually failing to serve data if there isn’t any might be a better strategy – the unavailability becomes visible in the router monitoring etc. However, if that isn’t desired, we can add a config option to the RTR and HTTP targets to enable serving data until it has expired.
This would require tracking the expiry of the data of each unit – and determine it for source units in the first place – but that should be easy to add.
Actual empty JSON content (i.e., it’s a valid JSON file but the respective member arrays are empty) should probably be treated as switching to an empty set? Non-parseable JSON (either not JSON or not following the schema) should probably be leading to the unit going stale and the expiry handling taking over?
Actual empty JSON content (i.e., it’s a valid JSON file but the respective member arrays are empty) should probably be treated as switching to an empty set? Non-parseable JSON (either not JSON or not following the schema) should probably be leading to the unit going stale and the expiry handling taking over?
SAVNET at IETF114:
I was wondering if there are use cases where you may want to keep RPKI data that temporarily is unavailable around for RTR clients. This would prevent short publication issues at repositories from affecting the RPKI objects available.
A union over historic data feels like a data stream that may have use cases
The text was updated successfully, but these errors were encountered: