Assume I have a feed of data ordered by an "ordering" field. This data is fed to a consumer via API, and the consumer caches it locally.
Now, let's say I correct a typo in an entry that has already been cached by the consumer, but need the consumer to pick it up. The content I'm feeding them is ordered by "ordering", and they won't be re-requesting older data.
How can consumers pick up the changes? This data isn't necessarily date-based, and "ordering" does not necessarily correspond with the value of a primary key.