Feature request: Provide more Metadata on particular change unit run #694
ghenadiibatalski
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, additionally to the
executionMillis
it could be interesting to provide some more information about the run as change unit metadata: eg. affected rows count or some more description what was done, if multiple collections affected etc. Possibly, changeunit could aggregate some mixed typed statistic informations (eg.ChangeUnitMetadata.affectedRows
andChangeUnitMetadata.medatata as Map<String,String>
or the like) and deliver it via the optional callback method on changeunit class firing on success or even on rollback (eg. for better tracking of changes/errors).Regards, Gena
PS. Thank you for the simple, nice and just working framework/product :-)
Beta Was this translation helpful? Give feedback.
All reactions