You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, in some cases, resulting events don't contain all information that was contained in the original command.
Right now we can always extract this information from the command that is serialized to the event metadata, but we should not rely on that internal mechanism.
For example: the MoveNodeAggregate command contains the $relationDistributionStrategy but the corresponding NodeAggregateWasMoved event only contains the resulting $succeedingSiblingsForCoverage.
The text was updated successfully, but these errors were encountered:
Currently, in some cases, resulting events don't contain all information that was contained in the original command.
Right now we can always extract this information from the command that is serialized to the event metadata, but we should not rely on that internal mechanism.
For example: the
MoveNodeAggregate
command contains the$relationDistributionStrategy
but the correspondingNodeAggregateWasMoved
event only contains the resulting$succeedingSiblingsForCoverage
.The text was updated successfully, but these errors were encountered: