-* The [`MonitorUpdatingPersister`] can read monitors stored conventionally, such as with the [`KVStorePersister`]. You can to migrate _to_ the [`MonitorUpdatingPersister`]; just "point" [`MonitorUpdatingPersister`] to existing, fully updated [`ChannelMonitors`], and it will read them and work from there. However, downgrading is more complex. Monitors stored with [`MonitorUpdatingPersister`] have a prepended sentinel value that prevents them from being deserialized by previous [`Persist`] implementations. This is to ensure that they are not accidentally read and used while pending updates are still stored and not applied, as this could result in penalty transactions. Users who wish to downgrade should perform the following steps:
0 commit comments