-
Bug
-
Resolution: Done
-
Major
-
None
-
None
Inserts and updates receive the source fields and the order of the message is
{original_fields, source_fields, __deleted}. Deletes come through like
{original_fields, __deleted}. This fix puts the source fields back into delete rewrites in the correct order so messages have a consistent schema regardless of transaction type.