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
-
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