Replies: 1 comment
-
Moving this to discussions |
Beta Was this translation helpful? Give feedback.
0 replies
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Whenever you specify identities like this
And fanout that event to two different events like this:
but should conditionally map to either one or the other, that is not possible at the moment. So it would ne beneficial to group fanouts to specific identities similair to
void AddEvents<TEvent>(Func<TEvent, TId> singleIdSource, IEnumerable<IEvent> events)
on a custom grouper.Such as:
Beta Was this translation helpful? Give feedback.
All reactions