eventflow / EventFlow

Async/await first CQRS+ES and DDD framework for .NET
https://geteventflow.net
Other
2.39k stars 445 forks source link

ReadModelLocator Task support? #1061

Open nicolaj-hartmann opened 6 days ago

nicolaj-hartmann commented 6 days ago

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?

rasmus commented 5 days ago

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