Often a controller is not interested in an update (e.g. just status change), and if it's expensive to resync we really don't want to be processing it.
Either Process should give us the old object and the new object, or we should have the option of giving a custom comparison function to ctrl so we only see interesting updates.
Often a controller is not interested in an update (e.g. just status change), and if it's expensive to resync we really don't want to be processing it.
Either Process should give us the old object and the new object, or we should have the option of giving a custom comparison function to ctrl so we only see interesting updates.