For the push refresh scenario, users can subscribe to key-value change events and invoke SetDirty method to ensure that the next call to RefreshAsync retrieves the updated configuration. This item tracks the addition of a way that allows users to provide the sync token received in the key-value change event, and ensures that the next refresh uses that token to receive the most-recent configuration, and avoids consistency issues due to replocation lag.
For the push refresh scenario, users can subscribe to key-value change events and invoke
SetDirtymethod to ensure that the next call toRefreshAsyncretrieves the updated configuration. This item tracks the addition of a way that allows users to provide the sync token received in the key-value change event, and ensures that the next refresh uses that token to receive the most-recent configuration, and avoids consistency issues due to replocation lag.