resync / resync-simulator

ResourceSync Change Simulator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Changesets: ResourceChange order

behas opened this issue · comments

ResourceChanges should be ordered in changeset according to the following conditions:

(i) changeid (assuming that it is a sequential id)
(ii) lastmod date if (i) is not given

No ordering puts additional burden on the client because it must first fetch all resource changes before it can process them.