EventFlow
EventFlow copied to clipboard
ReadModelLocator Task support?
Hey Rasmus.
Would we like to make ReadModelLocator support async operations? Since Eventflow is going to support Task as return type for IAmReadModelFor it seems like a natural way to go?
Seems that it really should. I'll see if its possible to add to v1 without doing any breaking changes 🤞 . If not, then it would have to wait 😢
Thank you for your idea ❤️
@nicolaj-hartmann it seems it would require to do breaking changes. As an alternative, you can copy paste the implementation of MultipleAggregateReadStoreManager and re-do the part that references the IReadModelLocator to be async.