Todd Nine created USERGRID-496:
----------------------------------
Summary: Create resume functionality in our
AllEntitiesInSystemObservable
Key: USERGRID-496
URL: https://issues.apache.org/jira/browse/USERGRID-496
Project: Usergrid
Issue Type: Story
Reporter: Todd Nine
We need the ability to resume processing on both re-indexing and migration. We
should build this functionality into our allEntitiesObservable with the
following functionality.
# A flag to tell the observable to persist it's state as it emits items
# An option to resume from persisted state
# An option to clear the persisted state and start over
These flags will need to integrate with the existing MigrateResource endpoint
with the following semantics.
# When invoking migration/run the process will resume from it's previous state
if set. It will clear it's state upon successful completion.
# When invoking migration/set the process will clear it's previous state.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)