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
Today the default behavior is that ApplyMetadata() only gets called on the last IEvent that's encountered on a given slice. That's been a bit problematic for a JasperFx client where they actually need the header data applied every time.
Quick flag to alter this
The text was updated successfully, but these errors were encountered:
jeremydmiller
changed the title
New opt in behavior to make the application of ApplyMetadata() in projections to optionally work on every event
ApplyMetadata() should just apply to all events
Nov 19, 2024
Today the default behavior is that
ApplyMetadata()
only gets called on the lastIEvent
that's encountered on a given slice. That's been a bit problematic for a JasperFx client where they actually need the header data applied every time.Quick flag to alter this
The text was updated successfully, but these errors were encountered: